Return the address of the non‐modifiable name of this metric id.

Synopsis

Declared in <balm_metricid.h>

char const*
metricName() const;

Description

The behavior is undefined unless isValid() is true. Note that this method is logically equivalent to description()‐>name().

Return Value

address of the null‐terminated metric name

Created with MrDocs