ostream_iterator Members

Reference

Constructors

ostream_iterator

Constructs an ostream_iterator that is initialized and delimited to write to the output stream.

Typedefs

char_type

A type that provides for the character type of the ostream_iterator.

ostream_type

A type that provides for the stream type of the ostream_iterator.

traits_type

A type that provides for the character traits type of the ostream_iterator.

Operators

operator*

Dereferencing operator used to implement the output iterator expression *i = x.

operator++

A nonfunctional increment operator that returns an ostream_iterator to the same object it addressed before the operation was called.

operator=

Assignment operator used to implement the output iterator expression *i = x for writing to an output stream.

See Also

Reference

ostream_iterator Class

Thread Safety in the Standard C++ Library

Standard Template Library