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