Return the address of the non‐modifiable Category object identifying the category with which this metric id is associated.

Synopsis

Declared in <balm_metricid.h>

Category const*
category() const;

Description

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

Return Value

address of the associated category

Created with MrDocs