Return true if value of the specified lhs is greater than or equal to value of the specified rhs and false otherwise.
Declared in <bdld_datumerror.h>
bool
operator>=(
DatumError const& lhs,
DatumError const& rhs);
Value of lhs is greater than or equal to value of rhs if error code value of lhs is greater than or equal to error code value of rhs, or they have the same error code value and error message value of lhs is greater than or equal to error message value of rhs.
true if lhs is greater than or equal to rhs, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |