[#BloombergLP-ball-operator_lshift-049] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::operator<< :relfileprefix: ../../ :mrdocs: Write the specified `rhs` record formatter to the specified `output` stream. == Synopsis Declared in `<ball_recordstringformatter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& operator<<( std::ostream& output, xref:BloombergLP/ball/RecordStringFormatter.adoc[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 [cols="1,4"] |=== | Name| Description | *output* | output stream | *rhs* | record formatter to write |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#