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

Rebinds the allocator to the specified type. More...

#include <polymorphic_allocator.hpp>

Public Types

using other = stream_allocator_adaptor< typename std::allocator_traits< Allocator >::template rebind_alloc< T > >
 The type to bind to.
 

Detailed Description

template<typename Allocator>
template<typename T>
struct rmm::mr::stream_allocator_adaptor< Allocator >::rebind< T >

Rebinds the allocator to the specified type.

Template Parameters
TThe desired value_type of the rebound allocator type

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