CGAL 6.0 - STL Extensions for CGAL
Loading...
Searching...
No Matches
CGAL::Oneset_iterator< T > Class Template Reference

#include <CGAL/iterator.h>

Definition

template<typename T>
class CGAL::Oneset_iterator< T >

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.