absl::operator~

Computes the bitwise complement of a StatusToStringMode value.

Synopsis

Declared in <absl/status/status.h>

constexpr
StatusToStringMode
operator~(StatusToStringMode arg);

Return Value

The bitwise complement of arg.

Parameters

NameDescription
argThe operand to complement.