wfstream class — Wide character input and output stream
typedef basic_fstream<wchar_t> wfstream;
The wfstream class is a specialization of the basic_fstream template for wchar_t characters.
wfstream
basic_fstream
wchar_t
basic_fstream class template, fstream class, wiostream in <istream>
wiostream
<istream>