template<typename X, typename A, typename
R>
struct DGtal::concepts::CUnaryFunctor< X, A, R >
Aim: Defines a unary functor, which associates arguments to results.
Description of concept 'CUnaryFunctor'
Refinement of
Associated types
Notation
Definitions
Valid expressions and semantics
Name | Expression | Type requirements | Return type | Precondition | Semantics | Post condition | Complexity |
Apply function | r = x(a) | | R | | returns the value of the function x on argument a | | |
Invariants
Models
Notes
Definition at line 89 of file CUnaryFunctor.h.