Addition operators

Synopses

Declared in <arith_uint256.h>

Concatenate two bilingual strings.

Returns an iterator advanced by n elements.

Returns an iterator advanced by n elements.

Sum fee and size.

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

Returns the sum of two big integers.

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

Returns the sum of two big integers.

Return Value

  • The concatenation of lhs and rhs.

  • An iterator advanced by n elements.

  • A FeeFrac holding the summed fee and summed size.

  • The sum of a and b.

Parameters

Name

Description

lhs

The left operand, taken by value and used as the result.

rhs

The bilingual string appended to lhs.

n

The number of elements to advance by.

x

The iterator to advance.

a

The first operand.

b

The second operand.

Created with MrDocs