streambuf header

From Cppwiki

Jump to: navigation, search

streambuf is a C++ Standard Library #include. It is responsible for defining std::basic_streambuf.

Types defined by <streambuf>

 std::basic_streambuf - Abstract base class for stream buffer types.

Typedefs defined by <streambuf>

 typedef std::basic_streambuf<char> streambuf;
 typedef std::basic_streambuf<wchar_t> wstreambuf;
Personal tools