次の方法で共有


forward_list::allocator_type

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

typedef Allocator allocator_type;

解説

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

必要条件

ヘッダー: <forward_list>

名前空間: std

参照

関連項目

forward_list クラス