Standard C++ Library Class Reference
Click on the banner to return to the Class Reference home page.
©Copyright 1996 Rogue Wave Software
ostream_iterator
 Iterator
Summary
Stream iterators provide iterator capabilities for ostreams and istreams. They allow generic
algorithms to be used directly on streams.
Contents
Synopsis● 
Description● 
Interface● 
Constructors● 
Destructor● 
Operators● 
Example● 
Warning● 
See Also● 
Synopsis
#include <iterator>
template <class T>
class ostream_iterator : public output_iterator;










