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