[#absl-operator_bitor-0a] = xref:absl.adoc[absl]::operator| :relfileprefix: ../ :mrdocs: Type safe OR operator for FormatConversionCharSet to allow accepting multiple conversion chars in custom format converters. == Synopsis Declared in `<absl/strings/str_format.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:absl/FormatConversionCharSet.adoc[FormatConversionCharSet] operator|( xref:absl/FormatConversionCharSet.adoc[FormatConversionCharSet] a, xref:absl/FormatConversionCharSet.adoc[FormatConversionCharSet] b); ---- == Return Value The set union of `a` and `b`. == Parameters [cols="1,4"] |=== | Name| Description | *a* | The left‐hand operand. | *b* | The right‐hand operand. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#