concurrent_unordered_set::get_allocator Method

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

allocator_type get_allocator() const;

返回值

此并发容器的存储分配程序对象。

要求

**标头:**internal_concurrent_hash.h

**命名空间:**并发

请参见

参考

concurrent_unordered_set 类