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