concurrent_vector::get_allocator 方法

返回用于构造并发向量的分配器副本。 此方法是并发安全方法。

allocator_type get_allocator() const;

返回值

用于构造 concurrent_vector 对象的分配器副本。

要求

**标头:**concurrent_vector.h

命名空间: 并发

请参见

参考

concurrent_vector 类