DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::value_list< T, Head, Tail... > Struct Template Reference

#include <sycl/detail/type_list.hpp>

Collaboration diagram for sycl::_V1::detail::value_list< T, Head, Tail... >:

Public Types

using tail = value_list< T, Tail... >
 

Static Public Attributes

static constexpr T head = Head
 

Detailed Description

template<typename T, T Head, T... Tail>
struct sycl::_V1::detail::value_list< T, Head, Tail... >

Definition at line 42 of file type_list.hpp.

Member Typedef Documentation

◆ tail

template<typename T , T Head, T... Tail>
using sycl::_V1::detail::value_list< T, Head, Tail... >::tail = value_list<T, Tail...>

Definition at line 44 of file type_list.hpp.

Member Data Documentation

◆ head

template<typename T , T Head, T... Tail>
constexpr T sycl::_V1::detail::value_list< T, Head, Tail... >::head = Head
staticconstexpr

Definition at line 43 of file type_list.hpp.


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