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