operator<=>

Order two wrapped FeeFracs by feerate, then by reversed size.

Synopsis

Declared in <util/feefrac.h>

std::strong_ordering
operator<=>(
    ByRatioNegSize const& a,
    ByRatioNegSize const& b) noexcept;

Return Value

The ordering of a relative to b, comparing feerate first and larger size first on ties.

Parameters

NameDescription
aThe first operand.
bThe second operand.