oa::flush

Explicitly publish buffered host output. Use after write("\r...") for an immediately visible same-line progress update; print does not auto-flush.

Function Documentation

oa::Status oa::flush( oa::PrintStream inStream = oa::PrintStream::Out )
Explicitly publish buffered host output. Use after write("\r...") for an immediately visible same-line progress update; print does not auto-flush.

Parameters

inStream
oa::PrintStream

Default: oa::PrintStream::Out

Returns

oa::Status

The declared return value.