forward_list::allocator_type

前方リスト内のオブジェクトのアロケーター クラスを表す型。

typedef Allocator allocator_type;

解説

allocator_type のアロケーターは、テンプレート パラメーターのシノニムです。

必要条件

ヘッダー: <forward_list>

名前空間: std

参照

関連項目

forward_list Class