Format the members of the specified record to the specified output stream and return a reference to the modifiable stream.
Synopsis
Declared in <ball_record.h>
std::ostream&
operator<<(
std::ostream& stream,
Record const& record);
Return Value
reference to stream
Parameters
Name |
Description |
stream |
output stream |
record |
log record to write |
Created with MrDocs