[#absl-operator_and_eq-09] = xref:absl.adoc[absl]::operator&= :relfileprefix: ../ :mrdocs: Assigns to `lhs` the bitwise AND of `lhs` and `rhs`. == Synopsis Declared in `<absl/strings/charconv.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- 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 A reference to `lhs`. == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | The operand to update. | *rhs* | The right‐hand operand. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#