DGtal
1.5.beta
|
#include <DGtal/base/SetFunctions.h>
Public Member Functions | |
EqualPredicateFromLessThanComparator (LessThan aCompare) | |
bool | operator() (const T &t1, const T &t2) const |
Data Fields | |
LessThan | compare |
Definition at line 53 of file SetFunctions.h.
|
inline |
Definition at line 55 of file SetFunctions.h.
|
inline |
Definition at line 57 of file SetFunctions.h.
References DGtal::detail::EqualPredicateFromLessThanComparator< LessThan, T >::compare.
LessThan DGtal::detail::EqualPredicateFromLessThanComparator< LessThan, T >::compare |
Definition at line 54 of file SetFunctions.h.
Referenced by DGtal::detail::EqualPredicateFromLessThanComparator< LessThan, T >::operator()().