CGAL 5.6.1 - STL Extensions for CGAL
CGAL::Get_address< Value > Struct Template Reference

#include <CGAL/function_objects.h>

Definition

The class Get_address gets the address of an lvalue (operator&).

Is Model Of:
ProjectionObject

Public Types

typedef Value argument_type
 
typedef Value * result_type
 

Creation

 Get_address ()
 default constructor.
 

Operations

result_typeoperator() (argument_type &x) const
 returns &x.
 
const result_typeoperator() (const argument_type &x) const
 returns &x.