次の方法で共有


forward_list::end

前方リスト内の最後の要素の次の場所を指す反復子を返します。

const_iterator end() const;
iterator end();

戻り値

その前方反復子は、シーケンスの末尾の次の位置を指定します。

必要条件

ヘッダー: <forward_list>

名前空間: std

参照

関連項目

forward_list クラス