std::experimental::pmr::polymorphic_allocator<T>::operator=
来自cppreference.com
< cpp | experimental | polymorphic allocator
polymorphic_allocator& operator=( const polymorphic_allocator& rhs ) = default; |
(库基础 TS) | |
复制赋值此 polymorphic_allocator
。设置 *this 的内存资源指针为 rhs 的。
参数
rhs | - | 要复制的另一个 polymorphic_allocator
|
返回值
*this