Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
The <streambuf> header provides the following typedefs:
streambuf
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 class template basic_streambuf, specialized for elements of type char with default character traits.
wstreambuf
A specialization of basic_streambuf that uses wchar_t as the template parameters.
typedef basic_streambuf<wchar_t, char_traits<wchar_t>> wstreambuf;
Remarks
The type is a synonym for the class template basic_streambuf, specialized for elements of type wchar_t with default character traits.