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