Navigation:
Up
,
Table of Contents
,
Short Table of Contents
,
Package Overview
,
Bibliography
,
Index
,
Title Page
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
Next:
Oneset_iterator<T>
Navigation:
Up
,
Table of Contents
,
Short Table of Contents
,
Package Overview
,
Bibliography
,
Index
,
Title Page
CGAL Open Source Project
. Release 3.2.1. 13 July 2006.