vector<bool>::const_iterator

ブール型の要素のシーケンスの定数ランダム アクセス反復子として使用できるオブジェクトを表す型は、ベクターで含まれていました。

typedef implementation-defined-type const_iterator;

必要条件

ヘッダー: <vector>

名前空間: std

参照

関連項目

vector Class

標準テンプレート ライブラリ