wfilebuf
A type basic_filebuf specialized on wchar_t template parameters.
typedef basic_filebuf<wchar_t, char_traits<wchar_t> > wfilebuf;
Remarks
The type is a synonym for template class basic_filebuf, specialized for elements of type wchar_t with default character traits.
Requirements
Header: <fstream>
Namespace: std