This class represents a reference to a modifiable bit inside a bsl::bitset.
Synopsis
Declared in <bslstl_bitset.h>
class reference;
Member Functions
Name |
Description |
|
Create a |
Assignment operators |
|
Invert the value of the bit referenced by this object and return a reference offering modifiable access to this object. |
|
Return the inverted value of the bit referenced by this object. Note that the value of the referenced bit remains unchanged. |
|
Return the value of the bit referenced by this object. |
Friends
Name |
Description |
This class template provides an STL‐compliant |
Created with MrDocs