Constructors
Synopses
Declared in <balm_metricid.h>
Create an invalid metric id.
MetricId();
Create a metric id whose value is the specified metricDescription address. The behavior is undefined unless metricDescription is 0, or the indicated metric description object remains valid for the lifetime of this metric id object.
MetricId(MetricDescription const* metricDescription);
Created with MrDocs