次の方法で共有


deque::allocator_type

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

typedef Allocator allocator_type;

解説

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

使用例

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

必要条件

ヘッダー: <deque>

名前空間: std

参照

関連項目

deque クラス

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