vector<bool>::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.

typedef implementation-defined-type const_iterator;

Requirements

Header: <vector>

Namespace: std

See Also

Reference

vector Class

Standard Template Library

Other Resources

vector<bool> Members