CGAL 5.4 - STL Extensions for CGAL
|
#include <CGAL/function_objects.h>
The class Identity
represents the identity function on Value
.
Public Types | |
typedef Value | argument_type |
typedef Value | result_type |
Creation | |
Identity () | |
default constructor. | |
Operations | |
result_type & | operator() (argument_type &x) const |
returns x . | |
const result_type & | operator() (const argument_type &x) const |
returns x . | |