ostream_iterator Members
Reference
Constructors
Constructs an ostream_iterator that is initialized and delimited to write to the output stream. |
Typedefs
A type that provides for the character type of the ostream_iterator. |
|
A type that provides for the stream type of the ostream_iterator. |
|
A type that provides for the character traits type of the ostream_iterator. |
Operators
Dereferencing operator used to implement the output iterator expression *i = x. |
|
A nonfunctional increment operator that returns an ostream_iterator to the same object it addressed before the operation was called. |
|
Assignment operator used to implement the output iterator expression *i = x for writing to an output stream. |