Assign this object to refer to the same bit as the specified x and return a reference offering modifiable access to this object.
Declared in <bslstl_bitset.h>
bitset<N>::reference&
operator=(reference const& x) noexcept;
reference offering modifiable access to this object
| Name | Description |
|---|---|
| x | reference whose bit value is assigned to this bit |