![]() |
#include <CGAL/function_objects.h>
| Cast_function_object<Arg, Result>::argument_type | |
|
typedef to Arg.
| |
| Cast_function_object<Arg, Result>::result_type | |
|
typedef to Result.
| |
| Cast_function_object<Arg, Result> o; | |
|
default constructor.
| |
| result_type& | o.operator() ( argument_type& x) const | |
| returns (Result)x. | ||
| const result_type& | o.operator() ( const argument_type& x) const | |
| returns (Result)x. | ||