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

#include <sycl/detail/type_traits.hpp>

Public Types

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

Detailed Description

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

Definition at line 242 of file type_traits.hpp.

Member Typedef Documentation

◆ type

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

Definition at line 243 of file type_traits.hpp.


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