Reference
Constructors
| Constructs an ostreambuf_iterator that is initialized to write characters to the output stream. | 
Typedefs
| A type that provides for the character type of the ostreambuf_iterator. | |
| A type that provides for the stream type of the ostream_iterator. | |
| A type that provides for the stream type of the ostreambuf_iterator. | |
| A type that provides for the character traits type of the ostream_iterator. | 
Member Functions
| Tests for failure of an insertion into the output stream buffer. | 
Operators
| Dereferencing operator used to implement the output iterator expression *i = x. | |
| A nonfunctional increment operator that returns an ostreambuf_iterator to the same object it addressed before the operation was called. | |
| The operator inserts a character into the associated stream buffer. |