vector<bool> Members

Reference

Typedefs

const_iterator

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.

const_pointer

A type that describes an object that can serve as a constant pointer to a Boolean element of the sequence contained by the vector.

const_reference

A type that describes an object that can serve as a constant reference to a Boolean element of the sequence contained by the vector.

iterator

A type that describes an object that can serve as a random-access iterator for a sequence of Boolean elements contained by a vector.

pointer

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

flip

Reverses all bits in the vector.

swap

Exchanges the elements of two vectors with Boolean elements.

Nested Classes

vector<bool> reference Class

A nested class whose objects are able to provide references to elements (single bits) within a vector<bool> object.

See Also

Reference

vector<bool> Class

Thread Safety in the Standard C++ Library

Standard Template Library