Write a formatted description of the specified rhs metric format to the specified stream, and return a reference to the modifiable stream.
Declared in <balm_metricformat.h>
std::ostream&
operator<<(
std::ostream& stream,
MetricFormat const& rhs);
reference to the modifiable stream
| Name | Description |
|---|---|
| stream | output stream |
| rhs | metric format to write |