absl::uint128::operator int

Converts this uint128 to an int, keeping the low bits.

Synopsis

Declared in <absl/numeric/int128.h>

constexpr
explicit
operator int() const;

Return Value

The low-order bits of this value as an int.