Overview
Setup
Releases
Contributing
Thrust API documentation
Thrust: The C++ Parallel Algorithms Library API
Directory hierarchy
Namespace hierarchy
Defines
Directories
Functions
Namespaces
std
thrust
Classes
Functions
Namespaces
Structs
Typedefs
thrust::bidirectional_host_iterator_tag
thrust::conjunction_value
thrust::device_memory_resource
thrust::disjunction_value
thrust::forward_host_iterator_tag
thrust::host_memory_resource
thrust::index_sequence
thrust::input_host_iterator_tag
thrust::integer_sequence
thrust::integer_sequence_push_back
thrust::integer_sequence_push_front
thrust::is_contiguous_iterator
thrust::is_execution_policy
thrust::is_operator_greater_function_object
thrust::is_operator_less_function_object
thrust::is_operator_less_or_greater_function_object
thrust::is_operator_plus_function_object
thrust::make_index_sequence
thrust::make_integer_sequence
thrust::make_reversed_index_sequence
thrust::make_reversed_integer_sequence
thrust::negation_value
thrust::output_host_iterator_tag
thrust::pair
thrust::random_access_host_iterator_tag
thrust::remove_cvref_t
thrust::tuple
thrust::tuple_element
thrust::tuple_size
thrust::uninitialized_allocator_delete
thrust::uninitialized_array_allocator_delete
thrust::universal_host_pinned_memory_resource
thrust::universal_memory_resource
thrust::universal_ptr
thrust::void_t
Variables
thrust
»
Thrust: The C++ Parallel Algorithms Library API
»
thrust
»
thrust::uninitialized_allocator_delete
thrust::uninitialized_allocator_delete
Defined in
thrust/allocate_unique.h
template
<
typename
T
,
typename
Allocator
>
using
thrust
::
uninitialized_allocator_delete
=
allocator_delete
<
T
,
Allocator
,
true
>