Equality operators
Declared in <bdld_datum.h>
Return true if the specified lhs and rhs have the same value, and false otherwise.
bool
operator==(
DatumBinaryRef const& lhs,
DatumBinaryRef const& rhs);
» more...
Return true if the specified lhs and rhs have the same value and false otherwise.
bool
operator==(
DatumError const& lhs,
DatumError const& rhs);
» more...
Return true if the specified lhs and rhs have the same value, and false otherwise.
bool
operator==(
DatumUdt const& lhs,
DatumUdt const& rhs);
» more...
Return whether lhs and rhs represent the same value.
bool
operator==(
Datum const& lhs,
Datum const& rhs);
» more...
Return whether lhs and rhs have the same value.
bool
operator==(
DatumArrayRef const& lhs,
DatumArrayRef const& rhs);
» more...
Return whether lhs and rhs have the same value.
bool
operator==(
DatumIntMapEntry const& lhs,
DatumIntMapEntry const& rhs);
» more...
Return whether lhs and rhs have the same value.
bool
operator==(
DatumIntMapRef const& lhs,
DatumIntMapRef const& rhs);
» more...
Return whether lhs and rhs have the same value.
bool
operator==(
DatumMapEntry const& lhs,
DatumMapEntry const& rhs);
» more...
Return whether lhs and rhs have the same value.
bool
operator==(
DatumMapRef const& lhs,
DatumMapRef const& rhs);
» more...
Return true if the specified lhs and rhs have the same value, and false otherwise.
bool
operator==(
ManagedDatum const& lhs,
ManagedDatum const& rhs);
» more...
true if lhs and rhs have the same value, and false otherwisetrue if lhs and rhs have the same value, and false otherwisetrue if lhs and rhs have the same value, and false otherwise| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |