deque::allocator_type
表示、向量、双端队列对象的分配器选件类的类型。
typedef Allocator allocator_type;
备注
allocator_type 是模板参数的 Allocator同义词。
示例
为 get_allocator参见示例。
要求
标头: <deque>
命名空间: std
表示、向量、双端队列对象的分配器选件类的类型。
typedef Allocator allocator_type;
allocator_type 是模板参数的 Allocator同义词。
为 get_allocator参见示例。
标头: <deque>
命名空间: std