DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::change_elements< NewElemT, marray< T, N > > Struct Template Reference

#include <sycl/builtins_utils_vec.hpp>

Public Types

using type = marray< typename change_elements< NewElemT, T >::type, N >
 

Detailed Description

template<typename NewElemT, typename T, size_t N>
struct sycl::_V1::detail::change_elements< NewElemT, marray< T, N > >

Definition at line 124 of file builtins_utils_vec.hpp.

Member Typedef Documentation

◆ type

template<typename NewElemT , typename T , size_t N>
using sycl::_V1::detail::change_elements< NewElemT, marray< T, N > >::type = marray<typename change_elements<NewElemT, T>::type, N>

Definition at line 125 of file builtins_utils_vec.hpp.


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