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

#include <sycl/detail/type_traits.hpp>

Public Types

using type = vec< make_unsigned_t< T >, N >
 

Detailed Description

template<class T, int N>
struct sycl::_V1::detail::make_unsigned< vec< T, N > >

Definition at line 263 of file type_traits.hpp.

Member Typedef Documentation

◆ type

template<class T , int N>
using sycl::_V1::detail::make_unsigned< vec< T, N > >::type = vec<make_unsigned_t<T>, N>

Definition at line 264 of file type_traits.hpp.


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