Increments this value by one and returns the previous value.
Synopsis
Declared in <absl/numeric/int128.h>
uint128
operator++(int unused);
Return Value
A copy of this value before the increment.
Parameters
Name |
Description |
unused |
Unused parameter. |
Created with MrDocs