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