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.
Declared in <balm_metricid.h>
std::ostream&
operator<<(
std::ostream& stream,
MetricId const& rhs);
reference to the modifiable stream
| Name | Description |
|---|---|
| stream | output stream |
| rhs | metric id to format |