DPC++ Runtime
Runtime libraries for oneAPI DPC++
traits.hpp File Reference
#include <cstddef>
#include <type_traits>
Include dependency graph for traits.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  syclcompat::type_identity< T >
 
struct  syclcompat::arith< T >
 

Namespaces

 syclcompat
 

Typedefs

template<class T >
using syclcompat::type_identity_t = typename type_identity< T >::type
 
template<typename T >
using syclcompat::arith_t = typename arith< T >::type