CGAL::Oneset_iterator<T>

Definition

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

#include <CGAL/iterator.h>

Is Model for the Concept

OutputIterator

Creation

Oneset_iterator<T> i ( T& t);
creates an iterator referring to t.

See Also

CGAL::Emptyset_iterator