Return true if lhs is less than rhs.
Declared in <bdldfp_decimalimputil.h>
Return true if lhs is less than rhs.
static
bool
less(
ValueType128 lhs,
ValueType128 rhs);
» more...
Return true if lhs is less than rhs.
static
bool
less(
ValueType32 lhs,
ValueType32 rhs);
» more...
Return true if lhs is less than rhs.
static
bool
less(
ValueType64 lhs,
ValueType64 rhs);
» more...
true if lhs is less than rhs
| Name | Description |
|---|---|
| lhs | left-hand operand |
| rhs | right-hand operand |