Overview
Setup
Releases
Contributing
Thrust API documentation
Thrust: The C++ Parallel Algorithms Library API
Directory hierarchy
Namespace hierarchy
Defines
Directories
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::try_unwrap_contiguous_iterator_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::unwrap_contiguous_iterator_t
Variables
thrust
»
Thrust: The C++ Parallel Algorithms Library API
»
thrust
»
thrust::negation_value
thrust::negation_value
Defined in
thrust/type_traits/logical_metafunctions.h
template
<
bool
B
>
using
thrust
::
negation_value
=
::
cuda
::
std
::
bool_constant
<
!
B
>