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

Name

Description

arg

The operand to complement.

Created with MrDocs