[#absl-operator_and_eq-0d] = xref:absl.adoc[absl]::operator&= :relfileprefix: ../ :mrdocs: Assigns to `lhs` the bitwise AND of `lhs` and `rhs`. == Synopses Declared in `<absl/status/status.h>` Assigns to `lhs` the bitwise AND of `lhs` and `rhs`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/StatusToStringMode.adoc[StatusToStringMode]& xref:absl/operator_and_eq-0e.adoc[operator&=]( xref:absl/StatusToStringMode.adoc[StatusToStringMode]& lhs, xref:absl/StatusToStringMode.adoc[StatusToStringMode] rhs); ---- [.small]#xref:absl/operator_and_eq-0e.adoc[_» more..._]# Assigns to `lhs` the bitwise AND of `lhs` and `rhs`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/chars_format.adoc[chars_format]& xref:absl/operator_and_eq-09.adoc[operator&=]( xref:absl/chars_format.adoc[chars_format]& lhs, xref:absl/chars_format.adoc[chars_format] rhs); ---- [.small]#xref:absl/operator_and_eq-09.adoc[_» more..._]# == Return Value A reference to `lhs`. == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | The mode to update in place. | *rhs* | The right‐hand operand. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#