Greater‐than‐or‐equal operators
Synopses
Declared in <bdld_datumbinaryref.h>
Return true if the specified lhs compares larger than or equal to the specified rhs, and false otherwise.
bool
operator>=(
DatumBinaryRef const& lhs,
DatumBinaryRef const& rhs);
Return true if value of the specified lhs is greater than or equal to value of the specified rhs and false otherwise.
bool
operator>=(
DatumError const& lhs,
DatumError const& rhs);
Return true if value of the specified lhs is greater than or equal to value of the specified rhs and false otherwise.
bool
operator>=(
DatumUdt const& lhs,
DatumUdt const& rhs);
Return Value
-
trueiflhscompares larger than or equal torhs, andfalseotherwise -
trueiflhsis greater than or equal torhs, andfalseotherwise
Parameters
Name |
Description |
lhs |
left‐hand operand |
rhs |
right‐hand operand |
Created with MrDocs