DGtal
1.5.beta
|
Set-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 key_compare | 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) |
Set-like adapter.
Definition at line 98 of file SetFunctions.h.
typedef EqualPredicateFromLessThanComparator< LessThanPredicate, value_type > DGtal::detail::ComparatorAdapter< Container, true, true, false >::EqualPredicate |
Definition at line 105 of file SetFunctions.h.
typedef Container::key_compare DGtal::detail::ComparatorAdapter< Container, true, true, false >::key_compare |
Definition at line 102 of file SetFunctions.h.
typedef Container::key_type DGtal::detail::ComparatorAdapter< Container, true, true, false >::key_type |
Definition at line 101 of file SetFunctions.h.
typedef key_compare DGtal::detail::ComparatorAdapter< Container, true, true, false >::LessThanPredicate |
Definition at line 103 of file SetFunctions.h.
typedef Container::value_type DGtal::detail::ComparatorAdapter< Container, true, true, false >::value_type |
Definition at line 100 of file SetFunctions.h.
|
inlinestatic |
Definition at line 110 of file SetFunctions.h.
|
inlinestatic |
Definition at line 114 of file SetFunctions.h.
|
inlinestatic |
Definition at line 106 of file SetFunctions.h.