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
thrust::cpp
thrust::mr
Classes
Functions
Structs
Typedefs
thrust::mr::polymorphic_allocator
thrust::omp
thrust::placeholders
thrust::random
thrust::system
thrust::tbb
Structs
Typedefs
Variables
thrust
»
Thrust: The C++ Parallel Algorithms Library API
»
thrust
»
thrust::mr
»
thrust::mr::polymorphic_allocator
thrust::mr::polymorphic_allocator
Defined in
thrust/mr/allocator.h
template
<
typename
T
,
typename
Pointer
>
using
thrust
::
mr
::
polymorphic_allocator
=
allocator
<
T
,
polymorphic_adaptor_resource
<
Pointer
>
>