Subtraction operators

Synopses

Declared in <arith_uint256.h>

Returns the distance between two iterators.

Returns the distance between two iterators.

Subtract both fee and size.

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

Returns the difference of two big integers.

base_uint
operator‐(
    base_uint const& a,
    base_uint const& b);

Returns the difference of two big integers.

Return Value

  • The number of elements between the two iterators.

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

  • The result of a minus b.

Parameters

Name

Description

a

The left‐hand iterator.

b

The right‐hand iterator.

Created with MrDocs