concurrent_unordered_map::get_allocator Method

返回此并发容器存储分配器对象。此方法是并发安全的。

allocator_type get_allocator () const ;

返回值

这个并发容器存储分配器对象。

要求

标题: internal_concurrent_hash.h

命名空间: 并发

请参见

参考

concurrent_unordered_map 类