std::experimental::pmr::polymorphic_allocator<T>::destroy
Min standard notice:
Destroys the object pointed to by p, as if by calling p->~U().
# Declarations
template< class U >
void destroy( U* p );
(library fundamentals TS)
# Parameters
p: pointer to the object being destroyed