DGtal
1.5.beta
|
unordered map-like adapter. More...
#include <DGtal/base/SetFunctions.h>
Public Types | |
typedef Container::value_type | value_type |
typedef Container::key_type | key_type |
typedef KeyComparatorForPairKeyData< std::less< key_type >, value_type > | LessThanPredicate |
typedef KeyComparatorForPairKeyData< std::equal_to< key_type >, value_type > | EqualPredicate |
Static Public Member Functions | |
static LessThanPredicate | less (const Container &) |
static EqualPredicate | equal_to (const Container &) |
static const key_type & | key (const value_type &value) |
unordered map-like adapter.
Definition at line 169 of file SetFunctions.h.
typedef KeyComparatorForPairKeyData< std::equal_to< key_type >, value_type > DGtal::detail::ComparatorAdapter< Container, true, false, true >::EqualPredicate |
Definition at line 176 of file SetFunctions.h.
typedef Container::key_type DGtal::detail::ComparatorAdapter< Container, true, false, true >::key_type |
Definition at line 172 of file SetFunctions.h.
typedef KeyComparatorForPairKeyData< std::less< key_type >, value_type > DGtal::detail::ComparatorAdapter< Container, true, false, true >::LessThanPredicate |
Definition at line 174 of file SetFunctions.h.
typedef Container::value_type DGtal::detail::ComparatorAdapter< Container, true, false, true >::value_type |
Definition at line 171 of file SetFunctions.h.
|
inlinestatic |
Definition at line 182 of file SetFunctions.h.
|
inlinestatic |
Definition at line 186 of file SetFunctions.h.
|
inlinestatic |
Definition at line 178 of file SetFunctions.h.