Navigation: Up, Table of Contents, Bibliography, Index, Title Page

Adaptable Binary Function

Definition

A class AdaptableBinaryFunction is an adaptable binary function, if it defines the following types and operations.

Types

AdaptableBinaryFunction::first_argument_type
the type of f's first argument.

AdaptableBinaryFunction::second_argument_type
the type of f's second argument.

AdaptableBinaryFunction::result_type
the type returned when f is called.

Creation

AdaptableBinaryFunction f;
default constructor.

AdaptableBinaryFunction f ( f1);
copy constructor.

Operations

AdaptableBinaryFunction&
f = f1 assignment.
result_type f ( first_argument_type a, second_argument_type b)
function call.

See Also

STL Programmer's Guide .


Next: Class declaration of CGAL_Counting_iterator<Iterator, Value>
Navigation: Up, Table of Contents, Bibliography, Index, Title Page
The CGAL Project. 22 January 1999.