The STL vector<bool> class is a partial specialization of the template vector Class for elements of type bool with an allocator for the underlying type used by the specialization.
For a list of all members of this type, see vector<bool> Members.
template<class Allocator> class vector< bool, allocator >
The vector<bool> reference Class is a nested class whose objects are able to provide references to elements (single bits) within a vector<bool> object.
Header: <vector>
Reference
Thread Safety in the Standard C++ Library
Standard Template Library
Other Resources
vector<bool> Members
<vector> Members