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

#include <sycl/detail/type_traits.hpp>

Public Types

using type = typename get_elem_type< std::remove_cv_t< VecT > >::type
 

Detailed Description

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

Definition at line 170 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::get_elem_type< SwizzleOp< VecT, OperationLeftT, OperationRightT, OperationCurrentT, Indexes... > >::type = typename get_elem_type<std::remove_cv_t<VecT> >::type

Definition at line 172 of file type_traits.hpp.


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