DGtal
1.5.beta
|
#include <DGtal/base/SetFunctions.h>
Public Types | |
typedef Container::value_type | value_type |
typedef std::less< value_type > | LessThanPredicate |
typedef std::equal_to< value_type > | EqualPredicate |
Static Public Member Functions | |
static LessThanPredicate | less (const Container &) |
static EqualPredicate | equal_to (const Container &) |
static const value_type & | key (const value_type &value) |
Default container (like vector or list), takes value_type and standard value comparators.
Definition at line 76 of file SetFunctions.h.
typedef std::equal_to< value_type > DGtal::detail::ComparatorAdapter< Container, associative, ordered, pair >::EqualPredicate |
Definition at line 80 of file SetFunctions.h.
typedef std::less< value_type > DGtal::detail::ComparatorAdapter< Container, associative, ordered, pair >::LessThanPredicate |
Definition at line 79 of file SetFunctions.h.
typedef Container::value_type DGtal::detail::ComparatorAdapter< Container, associative, ordered, pair >::value_type |
Definition at line 78 of file SetFunctions.h.
|
inlinestatic |
Definition at line 85 of file SetFunctions.h.
|
inlinestatic |
Definition at line 89 of file SetFunctions.h.
|
inlinestatic |
Definition at line 81 of file SetFunctions.h.
Referenced by DGtal::detail::ComparatorAdapter< Container, true, true, true >::equal_to().