30 #if defined(CUnaryFunctor_RECURSES)
31 #error Recursive header files inclusion detected in CUnaryFunctor.h
34 #define CUnaryFunctor_RECURSES
36 #if !defined CUnaryFunctor_h
38 #define CUnaryFunctor_h
43 #include "DGtal/base/Common.h"
44 #include "DGtal/base/ConceptUtils.h"
88 template <
typename X,
typename A,
typename R>
111 template <
typename X,
typename A,
typename R>
144 #undef CUnaryFunctor_RECURSES
void sameType(const T &, const T &)
DGtal is the top-level namespace which contains all DGtal functions and types.
BOOST_CONCEPT_USAGE(CUnaryFunctor)
Aim: Defines a unary functor, which associates arguments to results.
BOOST_CONCEPT_USAGE(CUnaryFunctor)
Go to http://www.sgi.com/tech/stl/Assignable.html.