[#BloombergLP-ball-RecordStringFormatter-operator_call] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/RecordStringFormatter.adoc[RecordStringFormatter]::operator() :relfileprefix: ../../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void operator()( std::ostream& stream, xref:BloombergLP/ball/Record.adoc[Record] const& record) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#