Create a metric id whose value is the specified metricDescription address.

Synopsis

Declared in <balm_metricid.h>

MetricId(MetricDescription const* metricDescription);

Description

The behavior is undefined unless metricDescription is 0, or the indicated metric description object remains valid for the lifetime of this metric id object.

Parameters

Name

Description

metricDescription

address of the metric description (held, not owned)

Created with MrDocs