Decrement operators
Synopses
Declared in <arith_uint256.h>
Pre‐decrements the value by one.
Post‐decrements the value by one.
base_uint<256>
operator‐‐(int postfix);
Return Value
-
A reference to this object after decrementing.
-
A copy of the value before decrementing.
Parameters
Name |
Description |
postfix |
Unused tag that selects the postfix form. |
Created with MrDocs