名稱空間
變體
操作

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