RMM
23.12
RAPIDS Memory Manager
|
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. | |
Rebinds the allocator to the specified type.
T | The desired value_type of the rebound allocator type |