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