次の方法で共有


forward_list::const_iterator

前方リストに定数反復子を提供する型。

typedef implementation-defined const_iterator;

解説

const_iterator は、被制御シーケンスの定数前方反復子として使用できるオブジェクトを表します。 ここでは、実装定義型のシノニムとして記述されています。

必要条件

ヘッダー: <forward_list>

名前空間: std

参照

関連項目

forward_list クラス