DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::backend_traits< Backend > Class Template Reference

#include <sycl/backend.hpp>

Public Types

template<class T >
using input_type = typename detail::BackendInput< Backend, T >::type
 
template<class T >
using return_type = typename detail::BackendReturn< Backend, T >::type
 
using errc = detail::backend_errc
 

Detailed Description

template<backend Backend>
class sycl::_V1::backend_traits< Backend >

Definition at line 70 of file backend.hpp.

Member Typedef Documentation

◆ errc

template<backend Backend>
using sycl::_V1::backend_traits< Backend >::errc = detail::backend_errc

Definition at line 78 of file backend.hpp.

◆ input_type

template<backend Backend>
template<class T >
using sycl::_V1::backend_traits< Backend >::input_type = typename detail::BackendInput<Backend, T>::type

Definition at line 73 of file backend.hpp.

◆ return_type

template<backend Backend>
template<class T >
using sycl::_V1::backend_traits< Backend >::return_type = typename detail::BackendReturn<Backend, T>::type

Definition at line 76 of file backend.hpp.


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