std::experimental::pmr::polymorphic_allocator<T>:: destroy
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::destroy
|
||||
| Non-member functions | ||||
|
template
<
class
U
>
void destroy ( U * p ) ; |
(spécifications techniques des bibliothèques fondamentales) | |
Détruit l'objet pointé par p , comme en appelant p - > ~U ( ) .
Paramètres
| p | - | pointeur vers l'objet en cours de destruction |
Voir aussi
|
[static]
|
détruit un objet stocké dans le stockage alloué
(modèle de fonction) |