std::experimental::pmr::polymorphic_allocator<T>::destroy - cppreference.com
From cppreference.com
|
|
(library fundamentals TS) | |
Destroys the object pointed to by p, as if by calling p->~U().
Parameters
| p | - | pointer to the object being destroyed |
See also
| destructs an object stored in the allocated storage (function template) [edit] |