Compare two wrapped FeeFracs for equal feerate.

Synopsis

Declared in <util/feefrac.h>

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

Return Value

True if the two FeeFracs have the same feerate.

Parameters

Name

Description

a

The first operand.

b

The second operand.

Created with MrDocs