absl::int128::operator unsigned char

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

Synopsis

Declared in <absl/numeric/int128.h>

constexpr
explicit
operator unsigned char() const;

Return Value

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