Write the specified value to the specified stream using the specified format, and return a reference to the modifiable stream.
Declared in <balm_metricformat.h>
static
std::ostream&
formatValue(
std::ostream& stream,
double value,
MetricFormatSpec const& format);
reference to the modifiable stream
| Name | Description |
|---|---|
| stream | output stream |
| value | numeric value to format |
| format | format specification applied to value |