wiostream

A type basic_iostream specialized on wchar_t.

typedef basic_iostream<wchar_t, char_traits<wchar_t> > wiostream;

Remarks

The type is a synonym for template class basic_iostream, specialized for elements of type wchar_t with default character traits.

Requirements

Header: <istream>

Namespace: std

See Also

Reference

basic_iostream Class

iostream Programming

iostreams Conventions

Other Resources

<istream> Members