AdaptableUnaryFunction

Definition

A model of concept AdaptableUnaryFunction, is an AdaptableFunctor with nested typedefs that define its argument type and result type.
The Arity is set to CGAL::Arity_tag<1>.

Refines

AdaptableFunctor

Types

typedef result_type result_type;
typedef first_argument_type argument_type;

typedef Arity_tag<1> Arity;

Operations

result_type operator() ( argument_type x )

See Also

AdaptableFunctor
AdaptableBinaryFunction