CGAL 5.6 - STL Extensions for CGAL
Loading...
Searching...
No Matches

#include <CGAL/iterator.h>

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.

Is Model Of:
OutputIterator
See also
CGAL::Oneset_iterator
CGAL::Const_oneset_iterator

Creation

 Emptyset_iterator ()
 default constructor.