streambuf

typedef basic_streambuf<char, char_traits<char> > streambuf;

The type is a synonym for template class basic_streambuf, specialized for elements of type char with default character traits.