Format the specified record according to the format specification of this record formatter and output the result to the specified stream. The timestamp offset of this record formatter is added to each timestamp that is output to stream.

Synopsis

Declared in <ball_recordstringformatter.h>

void
operator()(
    std::ostream& stream,
    Record const& record) const;

Created with MrDocs