DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::usm_allocator< T, AllocKind, Alignment >::rebind< U > Struct Template Reference

#include <sycl/usm/usm_allocator.hpp>

Public Types

typedef usm_allocator< U, AllocKind, Alignment > other
 

Detailed Description

template<typename T, usm::alloc AllocKind, size_t Alignment = 0>
template<typename U>
struct sycl::_V1::usm_allocator< T, AllocKind, Alignment >::rebind< U >

Definition at line 33 of file usm_allocator.hpp.

Member Typedef Documentation

◆ other

template<typename T , usm::alloc AllocKind, size_t Alignment = 0>
template<typename U >
typedef usm_allocator<U, AllocKind, Alignment> sycl::_V1::usm_allocator< T, AllocKind, Alignment >::rebind< U >::other

Definition at line 34 of file usm_allocator.hpp.


The documentation for this struct was generated from the following file: