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