multiset::allocator_type
表示多集对象的分配程序类的类型
typedef Allocator allocator_type;
备注
allocator_type 是通过模板参数 Allocator的同义词。
有关 Allocator的更多信息,请参见 multiset 类 主题的"备注"节。
示例
使用 allocator_type的示例,请参见示例 get_allocator
要求
标头: <set>
命名空间: std
表示多集对象的分配程序类的类型
typedef Allocator allocator_type;
allocator_type 是通过模板参数 Allocator的同义词。
有关 Allocator的更多信息,请参见 multiset 类 主题的"备注"节。
使用 allocator_type的示例,请参见示例 get_allocator
标头: <set>
命名空间: std