Template Struct device_new_allocator::rebind¶
Defined in File device_new_allocator.h
Nested Relationships¶
This struct is a nested type of Template Class device_new_allocator.
Struct Documentation¶
-
template<typename
U>
structrebind The
rebindmetafunction provides the type of adevice_new_allocatorinstantiated with another type.- Template Parameters
U: The other type to use for instantiation.
Public Types
-
template<>
typedef device_new_allocator<U>other The typedef
othergives the type of the rebounddevice_new_allocator.