#include <CGAL/function_objects.h>
Get_address<Value>::argument_type | |
typedef to Value.
| |
Get_address<Value>::result_type | |
typedef to Value*.
|
Get_address<Value> o; | |
default constructor.
|
result_type& | o.operator() ( argument_type& x) const | |
returns &x. | ||
const result_type& | o.operator() ( const argument_type& x) const | |
returns &x. |