CACAO
|
tagged list entry More...
Public Member Functions | |
Entry (T value, std::size_t index) | |
bool | operator== (const Entry &other) const |
Data Fields | |
T | value |
std::size_t | index |
tagged list entry
Definition at line 62 of file ordered_list.hpp.
|
inline |
Definition at line 63 of file ordered_list.hpp.
|
inline |
Definition at line 66 of file ordered_list.hpp.
std::size_t cacao::ordered_list< T, Allocator >::Entry::index |
Definition at line 65 of file ordered_list.hpp.
T cacao::ordered_list< T, Allocator >::Entry::value |
Definition at line 64 of file ordered_list.hpp.