[#BloombergLP-bdldfp-Uint128-operator_and_eq] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/Uint128.adoc[Uint128]::operator&= :relfileprefix: ../../../ :mrdocs: Set the value of this object to the value of a the bitwise and between this 128 bit integer and the specified `rhs` value, and return a reference providing mofifiable access to this object. == Synopsis Declared in `<bdldfp_uint128.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Uint128.adoc[Uint128]& operator&=(xref:BloombergLP/bdldfp/Uint128.adoc[Uint128] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#