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

Name

Description

val

The operand.

Created with MrDocs