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

Allocates storage for n objects of type T using the underlying memory resource. Equivalent to

# Declarations

T* allocate( std::size_t n );

(library fundamentals TS)

# Parameters

# Return value

A pointer to the allocated storage.

# See also