Template Struct device_new_allocator::rebind

Nested Relationships

This struct is a nested type of Template Class device_new_allocator.

Struct Documentation

template<typename U>
struct rebind

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

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

Public Types

template<>
typedef device_new_allocator<U> other

The typedef other gives the type of the rebound device_new_allocator.