Less-than-or-equal operators
Declared in <bdld_datumbinaryref.h>
Return true if the specified lhs compares smaller than or equal to the specified rhs, and false otherwise.
bool
operator<=(
DatumBinaryRef const& lhs,
DatumBinaryRef const& rhs);
» more...
Return true if value of the specified lhs is less than or equal to value of the specified rhs and false otherwise.
bool
operator<=(
DatumError const& lhs,
DatumError const& rhs);
» more...
Return true if value of the specified lhs is less than or equal to value of the specified rhs and false otherwise.
bool
operator<=(
DatumUdt const& lhs,
DatumUdt const& rhs);
» more...
true if lhs compares smaller than or equal to rhs, and false otherwisetrue if lhs is less than or equal to rhs, and false otherwise| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |