DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::VecStorage< bool, N, typename std::enable_if_t< isValidVectorSize(N)> > Struct Template Reference

#include <sycl/types.hpp>

Public Types

using DataType = typename VecStorageImpl< select_apply_cl_t< bool, std::int8_t, std::int16_t, std::int32_t, std::int64_t >, N >::DataType
 

Detailed Description

template<int N>
struct sycl::_V1::detail::VecStorage< bool, N, typename std::enable_if_t< isValidVectorSize(N)> >

Definition at line 2650 of file types.hpp.

Member Typedef Documentation

◆ DataType

template<int N>
using sycl::_V1::detail::VecStorage< bool, N, typename std::enable_if_t< isValidVectorSize(N)> >::DataType = typename VecStorageImpl<select_apply_cl_t<bool, std::int8_t, std::int16_t, std::int32_t, std::int64_t>, N>::DataType

Definition at line 2651 of file types.hpp.


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