Return true if this metric id object contains the address of a valid MetricDescription object, and false otherwise.
Declared in <balm_metricid.h>
bool
isValid() const;
Note that this method is logically equivalent to 0 != description().
true if this metric id holds a valid description, and false otherwise