BloombergLP::bdlm::operator!=

Inequality operators

Synopses

Declared in <bdlm_metric.h>

Return true if the specified lhs and rhs do not have the same value.

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

Return true if the specified lhs and rhs metrics do not have the same value and false otherwise.

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

Return Value

  • true if lhs and rhs do not have the same value, and false otherwise
  • true if lhs and rhs have different values, and false otherwise

Parameters

NameDescription
lhsleft-hand-side operand of the comparison
rhsright-hand-side operand of the comparison