thrust::uninitialized_allocate_unique_n

Defined in thrust/allocate_unique.h

template<typename T, typename Allocator, typename Size>
std::unique_ptr<T[], uninitialized_array_allocator_delete<T, typename detail::allocator_traits<typename std::remove_cv<typename std::remove_reference<Allocator>::type>::type>::template rebind_traits<T>::allocator_type>> thrust::uninitialized_allocate_unique_n(Allocator const &alloc, Size n)