다음을 통해 공유


wcerr

Specifies the wcerr global stream.

extern wostream wcerr;

반환 값

wostream 개체

설명

The object controls unbuffered insertions to the standard error output as a wide stream. Once the object is constructed, the expression wcerr.flags & unitbuf is nonzero.

예제

See cerr for an example of using wcerr.

요구 사항

Header: <iostream>

네임스페이스: std

참고 항목

참조

wostream

iostream 프로그래밍

iostreams 규칙