CGAL 5.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. More... | |
CGAL::Emptyset_iterator::Emptyset_iterator | ( | ) |
default constructor.