CGAL 5.0 - IO Streams
|
#include <CGAL/IO/Ostream_iterator.h>
The class Ostream_iterator
is an output iterator adaptor for the output stream class Stream
and value type T
.
Implementation
The operator*()
in class Ostream_iterator
uses a proxy class.
Creation | |
Ostream_iterator (Stream &s) | |
creates an output iterator writing to s . | |