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