vector<bool>::pointer

描述对象用作常数的指针到该序列的boolean类型的元素可以由矢量包含了。

typedef iterator pointer;

要求

标头: <vector>

命名空间: std

请参见

参考

vector Class

标准模板库