DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::VecStorage< T, 1, typename std::enable_if_t<!is_half_or_bf16_v< T > &&is_sgenfloat_v< T > > > Struct Template Reference

#include <sycl/vector.hpp>

Public Types

using DataType = T
 

Detailed Description

template<typename T>
struct sycl::_V1::detail::VecStorage< T, 1, typename std::enable_if_t<!is_half_or_bf16_v< T > &&is_sgenfloat_v< T > > >

Definition at line 276 of file vector.hpp.

Member Typedef Documentation

◆ DataType

template<typename T >
using sycl::_V1::detail::VecStorage< T, 1, typename std::enable_if_t<!is_half_or_bf16_v< T > &&is_sgenfloat_v< T > > >::DataType = T

Definition at line 279 of file vector.hpp.


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