Address
:
[Go to site:
main page
,
start
]
Usuń skrypty
Akceptuj cookies
Pokaż obrazy
Użyj Referer
Rotate13
Base64
Usu meta tagi
Usuń tytuł srony
Sesja cookies
31
Input/output library
[input.output]
31.6
Stream buffers
[stream.buffers]
31.6.1
Header
<streambuf>
synopsis
[streambuf.syn]
🔗
namespace
std
{
//
[streambuf]
, class template
basic_
streambuf
template
<
class
charT,
class
traits
=
char_traits
<
charT
>
>
class
basic_streambuf;
using
streambuf
=
basic_streambuf
<
char
>
;
using
wstreambuf
=
basic_streambuf
<
wchar_t
>
;
}
1
#
The header
<streambuf>
defines types that control input from and output to
character
sequences
.