#include <sycl/detail/generic_type_traits.hpp>
Public Types | |
using | type = decltype(check(T())) |
Static Public Attributes | |
static constexpr bool | value = !std::is_same_v<T, type> |
Definition at line 360 of file generic_type_traits.hpp.
using sycl::_V1::detail::TryToGetVectorT< T >::type = decltype(check(T())) |
Definition at line 365 of file generic_type_traits.hpp.
|
staticconstexpr |
Definition at line 366 of file generic_type_traits.hpp.