Returns the bitwise complement of val.
val
Declared in <absl/numeric/int128.h>
<absl/numeric/int128.h>
constexpr uint128 operator~(uint128 val);
The bitwise NOT of val.
Name
Description
The operand.
Created with MrDocs