Computes the complement of a character set.

Synopsis

Declared in <absl/strings/charset.h>

constexpr
CharSet
operator~(CharSet const& a);

Return Value

A set containing every character not present in a.

Parameters

Name

Description

a

The operand to complement.

Created with MrDocs