Return the address of the non‐modifiable name for the category with which this metric id is associated.

Synopsis

Declared in <balm_metricid.h>

char const*
categoryName() const;

Description

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

Return Value

address of the null‐terminated category name

Created with MrDocs