#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 349 of file generic_type_traits.hpp.
using sycl::_V1::detail::TryToGetElementType< T >::type = decltype(check(T())) |
Definition at line 355 of file generic_type_traits.hpp.
|
staticconstexpr |
Definition at line 356 of file generic_type_traits.hpp.