BloombergLP::balm::MetricId::MetricId

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

NameDescription
metricDescriptionaddress of the metric description (held, not owned)