absl::operator|

Type safe OR operator for FormatConversionCharSet to allow accepting multiple conversion chars in custom format converters.

Synopsis

Declared in <absl/strings/str_format.h>

constexpr
FormatConversionCharSet
operator|(
    FormatConversionCharSet a,
    FormatConversionCharSet b);

Return Value

The set union of a and b.

Parameters

NameDescription
aThe left-hand operand.
bThe right-hand operand.