CGAL::Emptyset_iterator

Definition

The class Emptyset_iterator defines an OutputIterator that ignores everything written to it. One can think of it as being connected to /dev/null.

#include <CGAL/iterator.h>

Is Model for the Concepts

OutputIterator

Creation

Emptyset_iterator i;
default constructor.

See Also

CGAL::Oneset_iterator
CGAL::Const_oneset_iterator