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
Name |
Description |
a |
The first operand. |
b |
The second operand. |
Created with MrDocs