Check whether the first feerate is strictly lower than 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 lower than b's.

Parameters

Name

Description

a

The first operand.

b

The second operand.

Created with MrDocs