#include <CL/sycl/detail/type_traits.hpp>
Public Types | |
using | new_type_wo_cv_qualifiers = make_signed_impl_t< remove_cv_t< T > > |
using | type = copy_cv_qualifiers_t< T, new_type_wo_cv_qualifiers > |
Definition at line 162 of file type_traits.hpp.
using cl::sycl::detail::make_signed< T >::new_type_wo_cv_qualifiers = make_signed_impl_t<remove_cv_t<T> > |
Definition at line 163 of file type_traits.hpp.
using cl::sycl::detail::make_signed< T >::type = copy_cv_qualifiers_t<T, new_type_wo_cv_qualifiers> |
Definition at line 164 of file type_traits.hpp.