\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 5.0 - STL Extensions for CGAL
CGAL::Project_prev< Node > Struct Template Reference

#include <CGAL/function_objects.h>

Definition

The class Project_prev calls the member function prev() on an instance of type Node.

Is Model Of:
ProjectionObject

Public Types

typedef Node * argument_type
 
typedef Node * result_type
 

Creation

 Project_prev ()
 default constructor.
 

Operations

result_typeoperator() (argument_type &n) const
 returns n->prev().
 
const result_typeoperator() (const argument_type &n) const
 returns n->prev().