Set the format for metricId to format.
Synopsis
Declared in <balm_metricregistry.h>
void
setFormat(
MetricId const& metricId,
MetricFormat const& format);
Description
Set the format for the specified metricId to the specified format. Note that there is no uniform specification for how publisher implementations will interpret the supplied format. Also note that the format for a metric is accessed through the balm::MetricDescription. For example: ` metric.description()‐>format(); `
Parameters
Name |
Description |
metricId |
metric whose format is set |
format |
format specification to apply |
Created with MrDocs