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

Name

Description

arg

The operand to complement.

Created with MrDocs