DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::ext::oneapi::experimental::detail::HeadSplit< std::tuple< T, Ts... >, true > Struct Template Reference

#include <sycl/ext/oneapi/properties/property_utils.hpp>

Public Types

using htype = T
 
using ttype = std::tuple< Ts... >
 

Detailed Description

template<typename T, typename... Ts>
struct sycl::_V1::ext::oneapi::experimental::detail::HeadSplit< std::tuple< T, Ts... >, true >

Definition at line 97 of file property_utils.hpp.

Member Typedef Documentation

◆ htype

template<typename T , typename... Ts>
using sycl::_V1::ext::oneapi::experimental::detail::HeadSplit< std::tuple< T, Ts... >, true >::htype = T

Definition at line 98 of file property_utils.hpp.

◆ ttype

template<typename T , typename... Ts>
using sycl::_V1::ext::oneapi::experimental::detail::HeadSplit< std::tuple< T, Ts... >, true >::ttype = std::tuple<Ts...>

Definition at line 99 of file property_utils.hpp.


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