\( \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 4.7 - STL Extensions for CGAL
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL::Oneset_iterator< T > Class Template Reference

#include <CGAL/iterator.h>

Definition

The class Oneset_iterator defines an BidirectionalIterator that always refers to one specific object of type T.

Internally, Oneset_iterator stores a pointer to the referred object.

Is Model Of:
BidirectionalIterator
See also
CGAL::Emptyset_iterator
CGAL::Const_oneset_iterator

Creation

 Oneset_iterator (T &t)
 creates an iterator referring to t. More...
 

Constructor & Destructor Documentation

template<typename T >
CGAL::Oneset_iterator< T >::Oneset_iterator ( T &  t)

creates an iterator referring to t.