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

Deallocates the storage pointed to by p, which must have been allocated from a memory_resource x that compares equal to *resource() using x.allocate(n * sizeof(T), alignof(T)).

# Declarations

void deallocate( T* p, std::size_t n );

(library fundamentals TS)

# Parameters

# See also