typedef basic_filebuf<char, char_traits<char> > filebuf;
The type is a synonym for template class basic_filebuf, specialized for elements of type char with default character traits.
basic_filebuf