DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::make_unsigned< SwizzleOp< VecT, OperationLeftT, OperationRightT, OperationCurrentT, Indexes... > > Struct Template Reference

#include <sycl/detail/type_traits.hpp>

Public Types

using type = make_unsigned_t< std::remove_cv_t< VecT > >
 

Detailed Description

template<typename VecT, typename OperationLeftT, typename OperationRightT, template< typename > class OperationCurrentT, int... Indexes>
struct sycl::_V1::detail::make_unsigned< SwizzleOp< VecT, OperationLeftT, OperationRightT, OperationCurrentT, Indexes... > >

Definition at line 268 of file type_traits.hpp.

Member Typedef Documentation

◆ type

template<typename VecT , typename OperationLeftT , typename OperationRightT , template< typename > class OperationCurrentT, int... Indexes>
using sycl::_V1::detail::make_unsigned< SwizzleOp< VecT, OperationLeftT, OperationRightT, OperationCurrentT, Indexes... > >::type = make_unsigned_t<std::remove_cv_t<VecT> >

Definition at line 270 of file type_traits.hpp.


The documentation for this struct was generated from the following file: