DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::make_type_impl< vec< T, N >, TL > Struct Template Reference

#include <sycl/detail/type_traits.hpp>

Public Types

using scalar_type = typename make_type_impl< T, TL >::type
 
using type = vec< scalar_type, N >
 

Detailed Description

template<typename T, int N, typename TL>
struct sycl::_V1::detail::make_type_impl< vec< T, N >, TL >

Definition at line 449 of file type_traits.hpp.

Member Typedef Documentation

◆ scalar_type

template<typename T , int N, typename TL >
using sycl::_V1::detail::make_type_impl< vec< T, N >, TL >::scalar_type = typename make_type_impl<T, TL>::type

Definition at line 450 of file type_traits.hpp.

◆ type

template<typename T , int N, typename TL >
using sycl::_V1::detail::make_type_impl< vec< T, N >, TL >::type = vec<scalar_type, N>

Definition at line 451 of file type_traits.hpp.


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