absl::operator!

Returns the logical negation of val.

Synopsis

Declared in <absl/numeric/int128.h>

constexpr
bool
operator!(uint128 val);

Return Value

true if val is zero; false otherwise.

Parameters

NameDescription
valThe operand.