Bitwise negation operators

Synopses

Declared in <absl/numeric/int128.h>

Computes the bitwise complement of a StatusToStringMode value.

Computes the bitwise complement of a chars_format value.

Returns the bitwise complement of val.

constexpr
uint128
operator~(uint128 val);

Computes the complement of a character set.

constexpr
CharSet
operator~(CharSet const& a);

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