Inequality operators
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);
» more...
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);
» 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 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);
» more...
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);
» more...
Return true if lhs and rhs do not have the same value.
bool
operator!=(
IntegerMetric const& lhs,
IntegerMetric const& rhs);
» more...
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);
» more...
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);
» more...
true if lhs and rhs do not have the same value, and false otherwisetrue if lhs and rhs do not have the same value, and false otherwise| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |