Return a MetricId object identifying this integer metric.
Synopsis
Declared in <balm_integermetric.h>
MetricId
metricId() const;
Description
Return a MetricId object identifying this integer metric. If this metric was not supplied a valid integer collector at construction then the returned id will be invalid (i.e., metricId().isValid() is false).
Return Value
MetricId identifying this integer metric
Created with MrDocs