CGAL 6.0 - STL Extensions for CGAL
Loading...
Searching...
No Matches
CGAL::Dereference< Value > Struct Template Reference

#include <CGAL/function_objects.h>

Definition

template<typename Value>
struct CGAL::Dereference< Value >

The class Dereference dereferences a pointer (operator*).

Is model of
ProjectionObject

Public Types

typedef Value * argument_type
 
typedef Value result_type
 

Creation

 Dereference ()
 default constructor.
 

Operations

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