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