Navigation:
Up
,
Table of Contents
,
Package Overview
,
Bibliography
,
Index
,
Title Page
,
Acknowledging CGAL
CGAL::Dereference<Value>
Definition
The class
Dereference<Value>
dereferences a pointer (
operator*
).
#include <CGAL/function_objects.h>
Is Model for the Concepts
Projection_object
Dereference<Value>::argument_type
typedef to
Value*
.
Dereference<Value>::result_type
typedef to
Value
.
Creation
Dereference<Value> o;
default constructor.
Operations
result_type&
o.operator() ( argument_type& x) const
returns
*x
.
const result_type&
o.operator() ( const argument_type& x) const
returns
*x
.
Next:
Get_address<Value>
Navigation:
Up
,
Table of Contents
,
Package Overview
,
Bibliography
,
Index
,
Title Page
,
Acknowledging CGAL
CGAL Open Source Project
. Release 3.3.1. 25 August 2007.