Order two wrapped FeeFracs by feerate, then by reversed size.
Declared in <util/feefrac.h>
std::strong_ordering
operator<=>(
ByRatioNegSize const& a,
ByRatioNegSize const& b) noexcept;
The ordering of a relative to b, comparing feerate first and larger size first on ties.
| Name | Description |
|---|---|
| a | The first operand. |
| b | The second operand. |