std::experimental::pmr::polymorphic_allocator<T>:: operator=
From cppreference.net
<
cpp
|
experimental
|
polymorphic allocator
C++
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
;
|
(spécifications techniques des bibliothèques fondamentales) | |
Copie assigne cet
polymorphic_allocator
. Définit le pointeur de ressource mémoire de
*
this
à celui de
rhs
.
Paramètres
| rhs | - |
un autre
polymorphic_allocator
à copier
|
Valeur de retour
* this