std::experimental::pmr::polymorphic_allocator<T>::destroy

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

# See also