#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 303 of file generic_type_traits.hpp.
using cl::sycl::detail::TryToGetElementType< T >::type = decltype(check(T())) |
Definition at line 308 of file generic_type_traits.hpp.
|
staticconstexpr |
Definition at line 309 of file generic_type_traits.hpp.