ostreambuf_iterator::streambuf_type

 

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

Syntax

typedef basic_streambuf<CharType, Traits> streambuf_type;

Remarks

The type is a synonym for basic_streambuf<CharType, Traits>, a stream class for I/O buffers that becomes streambuf when specialized to character type char.

Example

See ostreambuf_iterator for an example of how to declare and use streambuf_type.

Requirements

Header: <iterator>

Namespace: std

See Also

ostreambuf_iterator Class
Standard Template Library