Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
A type that provides for the stream type of the ostreambuf_iterator.
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