Assignment operators
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.
bitset<N>::reference&
operator=(reference const& x) noexcept;
» more...
Assign to the bit referenced by this object the specified value x and return a reference offering modifiable access to this object.
bitset<N>::reference&
operator=(bool x) noexcept;
» more...