Return true if the specified lhs and rhs metrics do not have the same value and false otherwise. Two metrics do not have the same value if they record measurements using different collector objects or if one, but not both, have a null collector (i.e., collector() is 0).

Synopsis

Declared in <balm_metric.h>

bool
operator!=(
    Metric const& lhs,
    Metric const& rhs);

Created with MrDocs