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);
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 Value
-
trueiflhsandrhsdo not have the same value, andfalseotherwise -
trueiflhsandrhshave different values, andfalseotherwise
Parameters
Name |
Description |
lhs |
left‐hand‐side operand of the comparison |
rhs |
right‐hand‐side operand of the comparison |
Created with MrDocs