CGAL 5.0 - STL Extensions for CGAL
|
#include <CGAL/function_objects.h>
The class Cast_function_object
applies a C-style type cast to its argument.
Public Types | |
typedef Arg | argument_type |
typedef Result | result_type |
Creation | |
Cast_function_object () | |
default constructor. | |
Operations | |
result_type & | operator() (argument_type &x) const |
returns (Result)x . | |
const result_type & | operator() (const argument_type &x) const |
returns (Result)x . | |