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