wfstream
A type basic_fstream specialized on wchar_t template parameters.
typedef basic_fstream<wchar_t, char_traits<wchar_t> > wfstream;
설명
The type is a synonym for template class basic_fstream, specialized for elements of type wchar_t with default character traits.
요구 사항
Header: <fstream>
네임스페이스: std