Equality operators
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);
» more...
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);
» more...
Return true if the specified lhs and rhs metrics have the same value and false otherwise.
bool
operator==(
Metric const& lhs,
Metric const& rhs);
» more...
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);
» more...
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);
» more...
Return true if the specified lhs and rhs have the same value.
bool
operator==(
IntegerMetric const& lhs,
IntegerMetric const& rhs);
» more...
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);
» more...
Return true if the specified lhs and rhs samples have the same value, and false otherwise.
bool
operator==(
MetricSample const& lhs,
MetricSample const& rhs);
» more...
true if lhs and rhs have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |