oa::print
Python-like record output. print adds exactly one newline; write does not. Each complete call is serialized against other OA print/write calls to the same stream. Status reports host I/O failures without exceptions.
Function Documentation
Python-like record output. print adds exactly one newline; write does not. Each complete call is serialized against other OA print/write calls to the same stream. Status reports host I/O failures without exceptions.
Parameters
inStreamoa::PrintStream—
inFormatconst char (&)[N]—
inArgsArgs &&...—
Returns
oa::StatusThe declared return value.