absl::operator~

Returns the bitwise complement of val.

Synopsis

Declared in <absl/numeric/int128.h>

constexpr
uint128
operator~(uint128 val);

Return Value

The bitwise NOT of val.

Parameters

NameDescription
valThe operand.