2.5 KiB
[wide.stream.objects]
31 Input/output library [input.output]
31.4 Standard iostream objects [iostream.objects]
31.4.4 Wide stream objects [wide.stream.objects]
wistream wcin;
The object wcin controls input from a stream buffer associated with the object stdin, declared in .
After the objectwcin is initialized,wcin.tie() returns&wcout.
Its state is otherwise the same as required forbasic_ios<wchar_t>::init.
wostream wcout;
The object wcout controls output to a stream buffer associated with the object stdout, declared in .
wostream wcerr;
The object wcerr controls output to a stream buffer associated with the object stderr, declared in .
After the objectwcerr is initialized,wcerr.flags() & unitbuf is nonzero and wcerr.tie() returns &wcout.
Its state is otherwise the same as required forbasic_ios<wchar_t>::init.
wostream wclog;
The object wclog controls output to a stream buffer associated with the object stderr, declared in .