CGAL 5.1 - 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. More... | |
Operations | |
result_type & | operator() (argument_type &x) const |
returns &x . More... | |
const result_type & | operator() (const argument_type &x) const |
returns &x . More... | |
typedef Value CGAL::Get_address< Value >::argument_type |
typedef Value* CGAL::Get_address< Value >::result_type |
CGAL::Get_address< Value >::Get_address | ( | ) |
default constructor.
result_type& CGAL::Get_address< Value >::operator() | ( | argument_type & | x | ) | const |
returns &x
.
const result_type& CGAL::Get_address< Value >::operator() | ( | const argument_type & | x | ) | const |
returns &x
.