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