Inequality operators

Synopses

Declared in <bdlm_metric.h>

Return true if the specified lhs and rhs objects do not have the same value, and false otherwise. Two MetricDescriptor objects do not have the same value if any of their attributes (respectively) do not have the same value.

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

Return true if the specified lhs command‐line metric has a different value from the specified rhs command‐line metric, and false otherwise. Two Metric objects do not have the same value if their types are not the same or they have different values.

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

Created with MrDocs