BloombergLP::ball::operator<<

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

NameDescription
outputoutput stream
rhsrecord formatter to write