Equality operators

Synopses

Declared in <balm_integermetric.h>

Return true if the specified lhs and rhs metric ids 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 have the same value and false otherwise.

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

Return true if the specified lhs and rhs metrics 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 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 have the same value, and false otherwise.

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

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

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

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

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

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

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

Return Value

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

Parameters

Name

Description

lhs

left‐hand operand

rhs

right‐hand operand

Created with MrDocs