BloombergLP::bdldfp::DecimalImpUtil::less

less overloads

Synopses

Declared in <bdldfp_decimalimputil.h>

Return true if lhs is less than rhs.

static
bool
less(
    ValueType128 lhs,
    ValueType128 rhs);
» more...

Return true if the specified lhs has a value less than the specified rhs and false otherwise. The value of a Decimal64 object lhs is less than that of an object rhs if the compareQuietLess operation (IEEE-754 defined, non-total ordering comparison) considers the underlying IEEE representation of lhs to be less than of that of rhs. In other words, lhs is less than rhs if:

static
bool
less(
    ValueType32 lhs,
    ValueType32 rhs);
» more...

Return true if lhs is less than rhs, and false otherwise.

static
bool
less(
    ValueType64 lhs,
    ValueType64 rhs);
» more...