Decrement operators
Declared in <absl/numeric/int128.h>
Decrements this value by one and returns the new value.
uint128&
operator--();
» more...
Decrements this value by one and returns the previous value.
uint128
operator--(int unused);
» more...
uint128.| Name | Description |
|---|---|
| unused | Unused parameter. |