description overloads
Synopses
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();
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;
Created with MrDocs