Share via


wistream

 

A type basic_istream specialized on wchar_t.

Syntax

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

See Also

basic_istream Class
iostream Programming
iostreams Conventions