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

#include <sycl/types.hpp>

Public Types

using DataType = std::array< T,(N==3) ? 4 :N >
 

Detailed Description

template<typename T, int N>
struct sycl::_V1::detail::VecStorageImpl< T, N >

Definition at line 2064 of file types.hpp.

Member Typedef Documentation

◆ DataType

template<typename T , int N>
using sycl::_V1::detail::VecStorageImpl< T, N >::DataType = std::array<T, (N == 3) ? 4 : N>

Definition at line 2065 of file types.hpp.


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