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;
Return Value
-
modifiable reference to the held metric‐description address
-
const reference to the held metric‐description address
Created with MrDocs