BloombergLP::ball::operator<<

Format the specified rhs to the specified output stream and return a reference to the modifiable stream.

Synopsis

Declared in <ball_transmission.h>

std::ostream&
operator<<(
    std::ostream& stream,
    Transmission::Cause rhs);

Return Value

reference to the modifiable stream

Parameters

NameDescription
streamoutput stream
rhstransmission cause to format