[#absl-operator_bitand-02] = xref:absl.adoc[absl]::operator& :relfileprefix: ../ :mrdocs: Computes the bitwise AND of two chars_format values. == Synopsis Declared in `<absl/strings/charconv.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:absl/chars_format.adoc[chars_format] operator&( xref:absl/chars_format.adoc[chars_format] lhs, xref:absl/chars_format.adoc[chars_format] rhs); ---- == Return Value The bitwise AND of `lhs` and `rhs`. == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | The left‐hand operand. | *rhs* | The right‐hand operand. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#