[#bsl-bitset-reference-operator_assign-01] = xref:bsl.adoc[bsl]::xref:bsl/bitset.adoc[bitset]::xref:bsl/bitset/reference.adoc[reference]::operator= :relfileprefix: ../../../ :mrdocs: Assign this object to refer to the same bit as the specified `x` and return a reference offering modifiable access to this object. == Synopsis Declared in `<bslstl_bitset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/bitset/reference.adoc[bitset<N>::reference]& operator=(xref:bsl/bitset/reference.adoc[reference] const& x) noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#