operator+

Sum fee and size.

Synopsis

Declared in <util/feefrac.h>

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

Return Value

A FeeFrac holding the summed fee and summed size.

Parameters

NameDescription
aThe first operand.
bThe second operand.