Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

22.1 Definition

Stream iterators are used to access an existing input or output stream using iterators. In the Standard C++ Library, the template classes istream_iterator and ostream_iterator are commonly referred to as the stream iterators. Class istream_iterator reads successive characters from the stream for which it was constructed; ostream_iterator writes to its respective stream.


Previous fileTop of DocumentContentsIndexNext file

OEM Edition, ©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.