Bitwise negation operators
Synopses
Declared in <absl/numeric/int128.h>
Computes the bitwise complement of a StatusToStringMode value.
constexpr
StatusToStringMode
operator~(StatusToStringMode arg);
Computes the bitwise complement of a chars_format value.
constexpr
chars_format
operator~(chars_format arg);
Returns the bitwise complement of val.
Computes the complement of a character set.
Return Value
-
The bitwise complement of
arg. -
The bitwise NOT of
val. -
A set containing every character not present in
a.
Parameters
Name |
Description |
arg |
The operand to complement. |
val |
The operand. |
a |
The operand to complement. |
Created with MrDocs