CGAL 5.4 - 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
.
Creation | |
Emptyset_iterator () | |
default constructor. | |