Inequality operators

Synopses

Declared in <balm_integermetric.h>

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

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

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

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

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);

Return true if the specified lhs and rhs metric format specs do not have the same value, and false otherwise.

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

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

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

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

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

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

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

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

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

Return Value

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

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

Parameters

Name

Description

lhs

left‐hand operand

rhs

right‐hand operand

Created with MrDocs