std::scoped_allocator_adaptor<OuterAlloc,InnerAlloc...>::destroy
Min standard notice:
Header: <scoped_allocator>
Uses the outer allocator to call the destructor of the object pointed to by p, by calling
# Declarations
template< class T >
void destroy( T* p );
(since C++11)
# Parameters
p: pointer to the object that is going to be destroyed
# Return value
(none)