CACAO
Public Member Functions | Data Fields
cacao::ordered_list< T, Allocator >::Entry Struct Reference

tagged list entry More...

Public Member Functions

 Entry (T value, std::size_t index)
 
bool operator== (const Entry &other) const
 

Data Fields

value
 
std::size_t index
 

Detailed Description

template<class T, class Allocator = std::allocator<T>>
struct cacao::ordered_list< T, Allocator >::Entry

tagged list entry

Definition at line 62 of file ordered_list.hpp.

Constructor & Destructor Documentation

template<class T, class Allocator = std::allocator<T>>
cacao::ordered_list< T, Allocator >::Entry::Entry ( value,
std::size_t  index 
)
inline

Definition at line 63 of file ordered_list.hpp.

Member Function Documentation

template<class T, class Allocator = std::allocator<T>>
bool cacao::ordered_list< T, Allocator >::Entry::operator== ( const Entry other) const
inline

Definition at line 66 of file ordered_list.hpp.

Field Documentation

template<class T, class Allocator = std::allocator<T>>
std::size_t cacao::ordered_list< T, Allocator >::Entry::index

Definition at line 65 of file ordered_list.hpp.

template<class T, class Allocator = std::allocator<T>>
T cacao::ordered_list< T, Allocator >::Entry::value

Definition at line 64 of file ordered_list.hpp.


The documentation for this struct was generated from the following file: