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

Concepts

vector Class

vector<bool> Members

Standard Template Library