absl::int128::operator++

Increments 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 increment.

Parameters

NameDescription
unusedUnused parameter.