[#bsl-bitset-operator_or_eq] = xref:bsl.adoc[bsl]::xref:bsl/bitset.adoc[bitset]::operator|= :relfileprefix: ../../ :mrdocs: Set each bit of this bitset for each corresponding bit that is 1 in the specified `rhs`, and leaves all other bits unchanged. Return a reference to this modifiable bitset. Note that this is equivalent to a bitwise AND. == Synopsis Declared in `<bslstl_bitset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/bitset.adoc[bitset<N>]& operator|=(xref:bsl/bitset.adoc[bitset] const& rhs) noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#