absl::int128::operator--

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

NameDescription
unusedUnused parameter.