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
Name |
Description |
a |
The left‐hand operand. |
b |
The right‐hand operand. |
Created with MrDocs