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