BloombergLP::balm::operator<<

Stream insertion operators

Synopses

Declared in <balm_category.h>

Output a formatted description of the specified rhs category to the specified stream, and return the modifiable stream.

std::ostream&
operator<<(
    std::ostream& stream,
    Category const& rhs);
» more...

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

std::ostream&
operator<<(
    std::ostream& stream,
    PublicationType::Value rhs);
» more...

Write a formatted single-line description of the specified rhs metric description to the specified stream, and return a reference to the modifiable stream.

std::ostream&
operator<<(
    std::ostream& stream,
    MetricDescription const& rhs);
» more...

Write a description of the specified rhs metric id to the specified stream in some human-readable format, and return a reference to the modifiable stream.

std::ostream&
operator<<(
    std::ostream& stream,
    MetricId const& rhs);
» more...

Write a formatted description of the specified record to the specified stream and return a reference to the modifiable stream.

std::ostream&
operator<<(
    std::ostream& stream,
    MetricRecord const& record);
» more...

Write a formatted description of the specified rhs format spec to the specified stream, and return a reference to the modifiable stream.

std::ostream&
operator<<(
    std::ostream& stream,
    MetricFormatSpec const& rhs);
» more...

Write a formatted description of the specified rhs metric format to the specified stream, and return a reference to the modifiable stream.

std::ostream&
operator<<(
    std::ostream& stream,
    MetricFormat const& rhs);
» more...

Write a formatted description of the specified rhs to the specified stream and return a reference to the modifiable stream.

std::ostream&
operator<<(
    std::ostream& stream,
    MetricSampleGroup const& rhs);
» more...

Write a formatted description of the specified rhs to the specified stream and return a reference to the modifiable stream.

std::ostream&
operator<<(
    std::ostream& stream,
    MetricSample const& rhs);
» more...