次の方法で共有


multiset::allocator_type

マルチセット オブジェクトのアロケーター クラスを表す型。

typedef Allocator allocator_type;

解説

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

Allocatorの詳細については、multiset クラス の解説セクションを参照します。

使用例

allocator_typeの使用例に get_allocator "の例を参照してください。

必要条件

ヘッダー: <set>

名前空間: std

参照

関連項目

multiset クラス

標準テンプレート ライブラリ