[#absl-operator_bitor-0d] = xref:absl.adoc[absl]::operator| :relfileprefix: ../ :mrdocs: Computes the union of two character sets. == Synopsis Declared in `<absl/strings/charset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:absl/CharSet.adoc[CharSet] operator|( xref:absl/CharSet.adoc[CharSet] const& a, xref:absl/CharSet.adoc[CharSet] const& b); ---- == Return Value A set with the characters present in either `a` or `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]#