Type safe OR operator for FormatConversionCharSet to allow accepting multiple conversion chars in custom format converters.
Declared in <absl/strings/str_format.h>
constexpr
FormatConversionCharSet
operator|(
FormatConversionCharSet a,
FormatConversionCharSet b);
The set union of a and b.
| Name | Description |
|---|---|
| a | The left-hand operand. |
| b | The right-hand operand. |