DGtal
1.5.beta
|
Aim: Define a simple functor that returns the first member of a pair. More...
#include <DGtal/base/BasicFunctors.h>
Public Member Functions | |
template<typename TPair > | |
ReturnType | operator() (const TPair &aPair) const |
Aim: Define a simple functor that returns the first member of a pair.
Description of template class 'Pair1st'
ReturnType | type of the first member of the pair |
Definition at line 756 of file BasicFunctors.h.
|
inline |
Operator
TPair | model of CPair |
aPair | input pair |
Definition at line 770 of file BasicFunctors.h.