absl::operator~

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

NameDescription
aThe operand to complement.