次の方法で共有


deque::allocator_type

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

typedef Allocator allocator_type;

解説

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

使用例

get_allocatorの例を参照してください。

必要条件

ヘッダー: <deque>

名前空間: std

参照

関連項目

deque Class

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