std::pmr::polymorphic_allocator::operator=

From cppreference.com
 
 
 
 
polymorphic_allocator& operator=(const polymorphic_allocator& rhs) = default;
(since C++17)

Copy assigns this polymorphic_allocator. Sets the memory resource pointer of *this to that of rhs.

[edit] Parameters

rhs - another polymorphic_allocator to copy from

[edit] Return value

*this