absl::int128::operator bool

Converts this int128 to a bool.

Synopsis

Declared in <absl/numeric/int128.h>

constexpr
explicit
operator bool() const;

Return Value

true if this value is non-zero; false otherwise.