operator<=

Check whether the first feerate is lower than or equal to the second.

Synopsis

Declared in <util/feefrac.h>

bool
operator<=(
    ByRatio const& a,
    ByRatio const& b) noexcept;

Return Value

True if a's feerate is not higher than b's.

Parameters

NameDescription
aThe first operand.
bThe second operand.