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 specialization of basic_streambuf that uses char as the template parameters.
typedef basic_streambuf<char, char_traits<char> > streambuf;
Remarks
The type is a synonym for the template class basic_streambuf, specialized for elements of type char with default character traits.
Requirements
Header: <streambuf>
Namespace: std