forward_list::const_pointer

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

typedef typename Allocator::const_pointer
    const_pointer;

必要条件

ヘッダー: <forward_list>

名前空間: std

参照

関連項目

forward_list Class