다음을 통해 공유


wostream

Creates a type from basic_ostream that is specialized on wchar_t and char_traits specialized on wchar_t.

typedef basic_ostream<wchar_t, char_traits<wchar_t> > wostream;

설명

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

요구 사항

Header: <ostream>

네임스페이스: std

참고 항목

참조

iostream 프로그래밍

iostreams 규칙