CGAL 4.6.3 - STL Extensions for CGAL
|
The concept Projection_object
is modeled after the STL concept UnaryFunction
, but takes also care of (const) references.
Definition | |
typedef unspecified_type | argument_type |
argument type. | |
typedef unspecified_type | result_type |
result type. | |
Creation | |
Projection_object () | |
default constructor. | |
Operations | |
result_type & | operator() (argument_type &) const |
const result_type & | operator() (const argument_type &) const |