vector<bool> Members
Reference
Typedefs
A type that describes an object that can serve as a constant random-access iterator for the sequence of Boolean elements contained by the vector. |
|
A type that describes an object that can serve as a constant pointer to a Boolean element of the sequence contained by the vector. |
|
A type that describes an object that can serve as a constant reference to a Boolean element of the sequence contained by the vector. |
|
A type that describes an object that can serve as a random-access iterator for a sequence of Boolean elements contained by a vector. |
|
A type that describes an object that can serve as a constant pointer to a Boolean element of the sequence contained by the vector. |
Member Functions
Reverses all bits in the vector. |
|
Exchanges the elements of two vectors with Boolean elements. |
Nested Classes
A nested class whose objects are able to provide references to elements (single bits) within a vector<bool> object. |