#include <CL/sycl/detail/generic_type_traits.hpp>
Public Types | |
using | type = decltype(check(T())) |
Static Public Attributes | |
static constexpr bool | value = !std::is_same<T, type>::value |
Definition at line 313 of file generic_type_traits.hpp.
using cl::sycl::detail::TryToGetVectorT< T >::type = decltype(check(T())) |
Definition at line 318 of file generic_type_traits.hpp.
|
staticconstexpr |
Definition at line 319 of file generic_type_traits.hpp.