AdaptableBinaryFunction

Definition

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

Refines

AdaptableFunctor

Types

typedef result_type result_type;
typedef first_argument_type first_argument_type;
typedef second_argument_type second_argument_type;

typedef Arity_tag<2> Arity;

Operations

result_type operator() ( first_argument_type x , second_argument_type y )

See Also

AdaptableFunctor
AdaptableUnaryFunction