CGAL 5.1 - STL Extensions for CGAL
CGAL::Project_next< Node > Struct Template Reference

#include <CGAL/function_objects.h>

Definition

template<typename Node>
struct CGAL::Project_next< Node >

The class Project_next calls the member function next() on an instance of type Node.

Is Model Of:
ProjectionObject

Public Types

typedef Node * argument_type
 
typedef Node * result_type
 

Creation

 Project_next ()
 default constructor. More...
 

Operations

result_typeoperator() (argument_type &n) const
 returns n->next(). More...
 
const result_typeoperator() (const argument_type &n) const
 returns n->next(). More...
 

Member Typedef Documentation

◆ argument_type

template<typename Node >
typedef Node* CGAL::Project_next< Node >::argument_type

◆ result_type

template<typename Node >
typedef Node* CGAL::Project_next< Node >::result_type

Constructor & Destructor Documentation

◆ Project_next()

template<typename Node >
CGAL::Project_next< Node >::Project_next ( )

default constructor.

Member Function Documentation

◆ operator()() [1/2]

template<typename Node >
result_type& CGAL::Project_next< Node >::operator() ( argument_type n) const

returns n->next().

◆ operator()() [2/2]

template<typename Node >
const result_type& CGAL::Project_next< Node >::operator() ( const argument_type n) const

returns n->next().