Computes the intersection of two character sets.
Declared in <absl/strings/charset.h>
constexpr
CharSet
operator&(
CharSet const& a,
CharSet const& b);
A set with the characters present in both a and b.
| Name | Description |
|---|---|
| a | The left-hand operand. |
| b | The right-hand operand. |