Files
2025-10-25 03:02:53 +03:00

2.5 KiB
Raw Permalink Blame History

[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;

1

#

The object wcin controls input from a stream buffer associated with the object stdin, declared in .

2

#

After the objectwcin is initialized,wcin.tie() returns&wcout.

Its state is otherwise the same as required forbasic_ios<wchar_t>::init.

🔗

wostream wcout;

3

#

The object wcout controls output to a stream buffer associated with the object stdout, declared in .

🔗

wostream wcerr;

4

#

The object wcerr controls output to a stream buffer associated with the object stderr, declared in .

5

#

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;

6

#

The object wclog controls output to a stream buffer associated with the object stderr, declared in .