absl::operator~

Computes the bitwise complement of a chars_format value.

Synopsis

Declared in <absl/strings/charconv.h>

constexpr
chars_format
operator~(chars_format arg);

Return Value

The bitwise complement of arg.

Parameters

NameDescription
argThe operand to complement.