absl::uint128::operator/=

Divides this value by other and stores the quotient in place.

Synopsis

Declared in <absl/numeric/int128.h>

uint128&
operator/=(uint128 other);

Return Value

A reference to this uint128.

Parameters

NameDescription
otherThe divisor.