Decrement operators
Synopses
Declared in <absl/numeric/int128.h>
Decrements this value by one and returns the new value.
Decrements this value by one and returns the previous value.
int128
operator‐‐(int unused);
Return Value
-
A reference to this
int128. -
A copy of this value before the decrement.
Parameters
Name |
Description |
unused |
Unused parameter. |
Created with MrDocs