BloombergLP::balm::MetricId::isValid

Return true if this metric id object contains the address of a valid MetricDescription object, and false otherwise.

Synopsis

Declared in <balm_metricid.h>

bool
isValid() const;

Description

Note that this method is logically equivalent to 0 != description().

Return Value

true if this metric id holds a valid description, and false otherwise