Set the format spec for the metric aggregate indicated by the specified publicationType to the specified formatSpec.

Synopsis

Declared in <balm_metricformat.h>

void
setFormatSpec(
    PublicationType::Value publicationType,
    MetricFormatSpec const& formatSpec);

Parameters

Name

Description

publicationType

publication aggregate whose format is set

formatSpec

format specification to apply

Created with MrDocs