Definition at line 374 of file ostream.
|
The constructor performs preparatory work.
is.tie()->flush() is called to synchronize the output sequences.If the stream state is still good, then the sentry state becomes true ("okay"). Definition at line 51 of file ostream.tcc. References ios_base::failbit, basic_ios::good(), basic_ios::setstate(), and basic_ios::tie(). |
|
Possibly flushes the stream.
If Definition at line 402 of file ostream. References ios_base::badbit, std::uncaught_exception(), and ios_base::unitbuf. |
|
Quick status checking.
|