DGtal
1.5.beta
|
Aim: Define a simple functor that returns the second 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 second member of a pair.
Description of template class 'Pair2nd'
ReturnType | type of the second member of the pair |
Definition at line 785 of file BasicFunctors.h.
|
inline |
Operator
TPair | model of CPair |
aPair | input pair |
Definition at line 799 of file BasicFunctors.h.