다음을 통해 공유


wiostream

A type basic_iostream specialized on wchar_t.

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

설명

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

요구 사항

Header: <istream>

네임스페이스: std

참고 항목

참조

basic_iostream 클래스

iostream 프로그래밍

iostreams 규칙