wstreambuf

typedef basic_streambuf<wchar_t, char_traits<wchar_t> > wstreambuf;

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