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

Name

Description

a

The first operand.

b

The second operand.

Created with MrDocs