absl::int128::operator++

Increments this value by one and returns the new value.

Synopsis

Declared in <absl/numeric/int128.h>

int128&
operator++();

Return Value

A reference to this int128.