description overloads
Declared in <balm_metricid.h>
Return a reference to the modifiable address of the held non-modifiable MetricDescription, which defines the value of this metric id.
MetricDescription const*&
description();
» more...
Return a reference to the non-modifiable address of the held non-modifiable MetricDescription, which defines the value of this metric id.
MetricDescription const const*&
description() const;
» more...