[#bsl-bitset-reference-operator_assign-0f] = xref:bsl.adoc[bsl]::xref:bsl/bitset.adoc[bitset]::xref:bsl/bitset/reference.adoc[reference]::operator= :relfileprefix: ../../../ :mrdocs: Assign to the bit referenced by this object the specified value `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=(bool x) noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#