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