|
DGtal 2.0.0
|
Aim: Define a simple functor using the static cast operator. More...
#include <DGtal/base/BasicFunctors.h>
Public Member Functions | |
| template<typename TInput> | |
| TOutput | operator() (const TInput &aInput) const |
Aim: Define a simple functor using the static cast operator.
Description of template class 'Cast'
| TOutput | type of the return value |
Definition at line 393 of file BasicFunctors.h.
|
inline |
Operator
| TInput | type of the input value |
Definition at line 402 of file BasicFunctors.h.