Описание тега streambuf
NoneStd::streambuf is the stream buffer type used by C++ iostreams.
C++ iostreams use a stream buffer to do any buffering of characters, manage the stream position and transport characters to/from an external device such as a file.
Use this tag for questions about std::streambuf
, the wide-character equivalent std::wstreambuf
, or the class template std::basic_streambuf
. The iostream tag might also be relevant.