vector<bool>::const_iterator

描述对象可以作为常数的随机访问迭代器用作布尔元素序列的类型可以由矢量包含了。

typedef implementation-defined-type const_iterator;

要求

标头: <vector>

命名空间: std

请参见

参考

vector Class

标准模板库