CGAL 6.0.1 - STL Extensions for CGAL
|
#include <CGAL/iterator.h>
The class Emptyset_iterator
defines an OutputIterator
that ignores everything written to it.
One can think of it as being connected to /dev/null
.
OutputIterator
Creation | |
Emptyset_iterator () | |
default constructor. | |