#include <bslstl_bitset.h>
template<std::size_t N>
class bsl::bitset< N >::reference
This class represents a reference to a modifiable bit inside a bsl::bitset
.
See bslstl_bitset
◆ flip()
Invert the value of the bit referenced by this object and return a reference offering modifiable access to this object.
◆ operator bool()
◆ operator=() [1/2]
Assign to the bit referenced by this object the specified value x
and return a reference offering modifiable access to this object.
◆ operator=() [2/2]
Assign this object to refer to the same bit as the specified x
and return a reference offering modifiable access to this object.
◆ operator~()
Return the inverted value of the bit referenced by this object. Note that the value of the referenced bit remains unchanged.
◆ bitset
The documentation for this class was generated from the following file: