ostream& flush

Syntax

flush

Remarks

This manipulator, when inserted into an output stream, flushes the output buffer by calling the streambuf::sync member function.

See Also

ostream::flush, streambuf::sync