absl::uint128::operator--

Decrements 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 decrement.

Parameters

NameDescription
unusedUnused parameter.