operator-

Subtract both fee and size.

Synopsis

Declared in <util/feefrac.h>

FeeFrac
operator-(
    FeeFrac const& a,
    FeeFrac const& b) noexcept;

Return Value

A FeeFrac holding the difference of the fees and of the sizes.

Parameters

NameDescription
aThe left operand (minuend).
bThe right operand (subtrahend).