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

Name

Description

a

The left operand (minuend).

b

The right operand (subtrahend).

Created with MrDocs