operator<=>

Three-way compare two fee rates by their fee/vsize ratio.

Synopsis

Declared in <policy/feerate.h>

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

Return Value

Ordering of a relative to b.

Parameters

NameDescription
aLeft-hand fee rate.
bRight-hand fee rate.