std::experimental::pmr::polymorphic_allocator<T>::operator=
From cppreference.com
< cpp | experimental | polymorphic allocator
C++
Library fundamentals
Polymorphic allocator library
Convenience aliases for containers using polymorphic_allocator | ||||
| Memory resource classes | ||||
| Global memory resources | ||||
| Type-erased allocator support for existing classes | ||||
std::experimental::pmr::polymorphic_allocator
| Member functions | ||||
polymorphic_allocator::operator= | ||||
| Non-member functions | ||||
| polymorphic_allocator& operator=( const polymorphic_allocator& rhs ) = default; |
(library fundamentals TS) | |
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