次の方法で共有


forward_list::const_pointer

前方リスト内の const 要素へのポインターを提供する型。

typedef typename Allocator::const_pointer
    const_pointer;

必要条件

ヘッダー: <forward_list>

名前空間: std

参照

関連項目

forward_list クラス