Public Types | List of all members
rmm::mr::thrust_allocator< T >::rebind< U > Struct Template Reference

Provides the type of a thrust_allocator instantiated with another type. More...

#include <thrust_allocator_adaptor.hpp>

Public Types

using other = thrust_allocator< U >
 The type to bind to.
 

Detailed Description

template<typename T>
template<typename U>
struct rmm::mr::thrust_allocator< T >::rebind< U >

Provides the type of a thrust_allocator instantiated with another type.

Template Parameters
Uthe other type to use for instantiation

The documentation for this struct was generated from the following file: