ostreambuf_iterator::streambuf_type
A type that provides for the stream type of the ostreambuf_iterator.
typedef basic_streambuf<CharType, Traits> streambuf_type;
설명
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.
예제
See ostreambuf_iterator for an example of how to declare and use streambuf_type.
요구 사항
헤더: <iterator>
네임스페이스: std