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