| 
    CGAL 4.7 - 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.  More... | |
| typedef unspecified_type | result_type | 
| result type.  More... | |
Creation | |
| Projection_object () | |
| default constructor.  More... | |
Operations | |
| result_type & | operator() (argument_type &) const | 
| const result_type & | operator() (const argument_type &) const | 
argument type.
result type.
| Projection_object::Projection_object | ( | ) | 
default constructor.
| result_type& Projection_object::operator() | ( | argument_type & | ) | const | 
| const result_type& Projection_object::operator() | ( | const argument_type & | ) | const |