命名空间
变体
操作

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

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

拷贝赋值此 polymorphic_allocator。设置 *this 的内存资源指针为 rhs 的内存资源指针。

[编辑] 参数

rhs - 要复制的另一个 polymorphic_allocator

[编辑] 返回值

*this