Computes the bitwise AND of two chars_format values.
Declared in <absl/strings/charconv.h>
constexpr
chars_format
operator&(
chars_format lhs,
chars_format rhs);
The bitwise AND of lhs and rhs.
| Name | Description |
|---|---|
| lhs | The left-hand operand. |
| rhs | The right-hand operand. |