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

Synopsis

Declared in <balm_metricdescription.h>

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

Return Value

reference to the modifiable stream

Parameters

Name

Description

stream

output stream

rhs

metric description to format

Created with MrDocs