命名空间
变体
操作

std::experimental::pmr::polymorphic_allocator<T>::operator=

来自 cppreference.com
 
 
 
 
 
polymorphic_allocator& operator=( const polymorphic_allocator& rhs ) = default;
(库基础 TS)

复制分配此 polymorphic_allocator。将 *this 的内存资源指针设置为 rhs 的内存资源指针。

[编辑] 参数

rhs - 另一个要从中复制的 polymorphic_allocator

[编辑] 返回值

*this