std::scoped_allocator_adaptor<OuterAlloc,InnerAlloc...>::destroy

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

# Return value

(none)

# See also