CGAL 5.4 - STL Extensions for CGAL
|
#include <CGAL/function_objects.h>
The class Get_address
gets the address of an lvalue (operator&
).
Public Types | |
typedef Value | argument_type |
typedef Value * | result_type |
Creation | |
Get_address () | |
default constructor. | |
Operations | |
result_type & | operator() (argument_type &x) const |
returns &x . | |
const result_type & | operator() (const argument_type &x) const |
returns &x . | |