concurrent_queue::get_allocator 方法

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

allocator_type get_allocator() const;

返回值

用于构造并发队列的分配器副本。

要求

**标头:**concurrent_queue.h

命名空间: 并发

请参见

其他资源

concurrent_queue 类