Inequality operators
Declared in <bdld_datum.h>
Return true if the specified lhs and rhs have different values, and false otherwise.
bool
operator!=(
DatumBinaryRef const& lhs,
DatumBinaryRef const& rhs);
» more...
Return true if the specified lhs and rhs have different values and false otherwise.
bool
operator!=(
DatumError const& lhs,
DatumError const& rhs);
» more...
Return true if the specified lhs and rhs have different values, and false otherwise.
bool
operator!=(
DatumUdt const& lhs,
DatumUdt const& rhs);
» more...
Return whether lhs and rhs represent different values.
bool
operator!=(
Datum const& lhs,
Datum const& rhs);
» more...
Return whether lhs and rhs have different values.
bool
operator!=(
DatumArrayRef const& lhs,
DatumArrayRef const& rhs);
» more...
Return whether lhs and rhs have different values.
bool
operator!=(
DatumIntMapEntry const& lhs,
DatumIntMapEntry const& rhs);
» more...
Return whether lhs and rhs have different values.
bool
operator!=(
DatumIntMapRef const& lhs,
DatumIntMapRef const& rhs);
» more...
Return whether lhs and rhs have different values.
bool
operator!=(
DatumMapEntry const& lhs,
DatumMapEntry const& rhs);
» more...
Return whether lhs and rhs have different values.
bool
operator!=(
DatumMapRef const& lhs,
DatumMapRef const& rhs);
» more...
Return true if the specified lhs and rhs do not have the same value, and false otherwise.
bool
operator!=(
ManagedDatum const& lhs,
ManagedDatum const& rhs);
» more...
true if lhs and rhs have different values, and false otherwisetrue if lhs and rhs have different values, and false otherwisetrue if lhs and rhs have different values, 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 |