absl::int128::operator unsigned long

Converts this int128 to an unsigned long, keeping the low bits.

Synopsis

Declared in <absl/numeric/int128.h>

constexpr
explicit
operator unsigned long() const;

Return Value

The low-order bits of this value as an unsigned long.