Write the specified rhs record formatter to the specified output stream.
Declared in <ball_recordstringformatter.h>
std::ostream&
operator<<(
std::ostream& output,
RecordStringFormatter const& rhs);
The formatter is written in some reasonable (single-line) format. Return a reference to the modifiable output.
reference to output
| Name | Description |
|---|---|
| output | output stream |
| rhs | record formatter to write |