absl::int128::operator signed char

Converts this int128 to a signed char, keeping the low bits.

Synopsis

Declared in <absl/numeric/int128.h>

constexpr
explicit
operator signed char() const;

Return Value

The low-order bits of this value as a signed char.