multimap::allocator_type
表示 multimap 对象的分配程序类的类型。
typedef Allocator allocator_type;
备注
allocator_type 是模板参数的 Allocator的同义词。
示例
使用 allocator_type的示例,请参见 get_allocator 示例。
要求
标头: <map>
命名空间: std
表示 multimap 对象的分配程序类的类型。
typedef Allocator allocator_type;
allocator_type 是模板参数的 Allocator的同义词。
使用 allocator_type的示例,请参见 get_allocator 示例。
标头: <map>
命名空间: std