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