CGAL 5.1 - STL Extensions for CGAL
|
#include <Concepts/ProjectionObject.h>
The concept ProjectionObject
is modeled after the STL concept UnaryFunction
, but takes also care of (const) references.
Definition | |
typedef unspecified_type | argument_type |
argument type. More... | |
typedef unspecified_type | result_type |
result type. More... | |
Creation | |
ProjectionObject () | |
default constructor. More... | |
Operations | |
result_type & | operator() (argument_type &) const |
const result_type & | operator() (const argument_type &) const |
typedef unspecified_type ProjectionObject::argument_type |
argument type.
typedef unspecified_type ProjectionObject::result_type |
result type.
ProjectionObject::ProjectionObject | ( | ) |
default constructor.
result_type& ProjectionObject::operator() | ( | argument_type & | ) | const |
const result_type& ProjectionObject::operator() | ( | const argument_type & | ) | const |