DGtal 1.3.0
|
Map-like adapter. More...
#include <DGtal/base/SetFunctions.h>
Public Types | |
typedef Container::value_type | value_type |
typedef Container::key_type | key_type |
typedef Container::key_compare | key_compare |
typedef KeyComparatorForPairKeyData< key_compare, value_type > | LessThanPredicate |
typedef EqualPredicateFromLessThanComparator< LessThanPredicate, value_type > | EqualPredicate |
Static Public Member Functions | |
static LessThanPredicate | less (const Container &C) |
static EqualPredicate | equal_to (const Container &C) |
static const key_type & | key (const value_type &value) |
Map-like adapter.
Definition at line 122 of file SetFunctions.h.
typedef EqualPredicateFromLessThanComparator< LessThanPredicate, value_type > DGtal::detail::ComparatorAdapter< Container, true, true, true >::EqualPredicate |
Definition at line 130 of file SetFunctions.h.
typedef Container::key_compare DGtal::detail::ComparatorAdapter< Container, true, true, true >::key_compare |
Definition at line 126 of file SetFunctions.h.
typedef Container::key_type DGtal::detail::ComparatorAdapter< Container, true, true, true >::key_type |
Definition at line 125 of file SetFunctions.h.
typedef KeyComparatorForPairKeyData< key_compare, value_type > DGtal::detail::ComparatorAdapter< Container, true, true, true >::LessThanPredicate |
Definition at line 128 of file SetFunctions.h.
typedef Container::value_type DGtal::detail::ComparatorAdapter< Container, true, true, true >::value_type |
Definition at line 124 of file SetFunctions.h.
|
inlinestatic |
Definition at line 135 of file SetFunctions.h.
References DGtal::detail::ComparatorAdapter< Container, associative, ordered, pair >::less().
|
inlinestatic |
Definition at line 139 of file SetFunctions.h.
|
inlinestatic |
Definition at line 131 of file SetFunctions.h.