Addition operators
Synopses
Declared in <arith_uint256.h>
Concatenate two bilingual strings.
bilingual_str
operator+(
bilingual_str lhs,
bilingual_str const& rhs);
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.
base_uint<256>
operator+(
base_uint<256> const& a,
base_uint<256> const& b);
Return Value
-
The concatenation of lhs and rhs.
-
An iterator advanced by
nelements. -
A FeeFrac holding the summed fee and summed size.
-
The sum of
aandb.
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