absl::uint128::operator++

Increments this value by one and returns the new value.

Synopsis

Declared in <absl/numeric/int128.h>

uint128&
operator++();

Return Value

A reference to this uint128.