CGAL 5.6.1 - STL Extensions for CGAL
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.