Subtraction assignment operators
Synopses
Declared in <arith_uint256.h>
Subtracts a 64‐bit value from this big integer in place.
base_uint&
operator‐=(uint64_t b64);
Subtracts another big integer from 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 subtract. |
b |
The value to subtract. |
Created with MrDocs