Addition assignment operators
Synopses
Declared in <arith_uint256.h>
Adds a 64‐bit value to this big integer in place.
base_uint&
operator+=(uint64_t b64);
Adds another big integer to this value in place.
base_uint&
operator+=(base_uint const& b);
Return Value
A reference to this object.
Parameters
Name |
Description |
b64 |
The value to add. |
b |
The value to add. |
Created with MrDocs