Template Struct device_malloc_allocator::rebind

Nested Relationships

This struct is a nested type of Template Class device_malloc_allocator.

Struct Documentation

template<typename U>
struct rebind

The rebind metafunction provides the type of a device_malloc_allocator instantiated with another type.

Template Parameters
  • U: The other type to use for instantiation.

Public Types

template<>
typedef device_malloc_allocator<U> other

The typedef other gives the type of the rebound device_malloc_allocator.