cl::sycl::backend_traits< Backend > Class Template Reference
Defines backend-specific type traits. More...
#include <backend.h>
Public Types | |
template<class SyclType > | |
using | input_type = void |
Used when converting from a backend specific object to a SYCL object. More... | |
template<class SyclType > | |
using | return_type = void |
Used when converting from a SYCL object to a backend specific object. More... | |
Detailed Description
template<backend Backend>
class cl::sycl::backend_traits< Backend >
Defines backend-specific type traits.
- Template Parameters
-
Backend The backend to inspect
- Note
- Added in SYCL 2020
Member Typedef Documentation
◆ input_type
template<backend Backend>
template<class SyclType >
using cl::sycl::backend_traits< Backend >::input_type = void |
◆ return_type
template<backend Backend>
template<class SyclType >
using cl::sycl::backend_traits< Backend >::return_type = void |
The documentation for this class was generated from the following file: