vector<bool>::iterator

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

typedef implementation-defined-type iterator;

要求

标头: <vector>

命名空间: std

请参见

参考

vector Class

标准模板库