class
<fstream>

std::wfilebuf

typedef basic_filebuf<wchar_t> wfilebuf;
File stream buffer (wide)

Stream buffer to read from and write to files using wide characters.

This is an instantiation of basic_filebuf with the following template parameters:
template parameterdefinitioncomments
charTwchar_tAliased as member char_type
traitschar_traits<wchar_t>Aliased as member traits_type

Member types

member typedefinition
char_typewchar_t
traits_typechar_traits<wchar_t>
int_typewint_t
pos_typewstreampos
off_typestreamoff

Public member functions

Note: This section links to the references for members of its basic template (basic_filebuf).


File association


Public member functions inherited from wstreambuf

Locales:
Buffer management and positioning:
Input functions (get):
Output functions (put):

Protected virtual function overrides


The class also inherits other protected members that are non-virtual or not overridden. See base class wstreambuf for more details.

Non-member function overloads