共用方式為


deque::allocator_type

表示佇列物件的配置器類別的型別。

typedef Allocator allocator_type;

備註

allocator_type 是樣板參數 Allocator的同義字。

範例

請參閱 get_allocator範例。

需求

標頭: <deque>

命名空間: std

請參閱

參考

deque 類別

標準樣板程式庫