DPC++ Runtime
Runtime libraries for oneAPI DPC++
syclcompat::experimental::detail::tuple_template_index_helper< PropertyContainer, std::tuple< PropertyContainer< T >, Rest... > > Struct Template Reference

#include <syclcompat/traits.hpp>

Collaboration diagram for syclcompat::experimental::detail::tuple_template_index_helper< PropertyContainer, std::tuple< PropertyContainer< T >, Rest... > >:

Public Types

using RestTuple = std::tuple< Rest... >
 

Static Public Attributes

static constexpr std::size_t value = 0
 

Detailed Description

template<template< typename TT > typename PropertyContainer, typename T, typename... Rest>
struct syclcompat::experimental::detail::tuple_template_index_helper< PropertyContainer, std::tuple< PropertyContainer< T >, Rest... > >

Definition at line 118 of file traits.hpp.

Member Typedef Documentation

◆ RestTuple

template<template< typename TT > typename PropertyContainer, typename T , typename... Rest>
using syclcompat::experimental::detail::tuple_template_index_helper< PropertyContainer, std::tuple< PropertyContainer< T >, Rest... > >::RestTuple = std::tuple<Rest...>

Definition at line 121 of file traits.hpp.

Member Data Documentation

◆ value

template<template< typename TT > typename PropertyContainer, typename T , typename... Rest>
constexpr std::size_t syclcompat::experimental::detail::tuple_template_index_helper< PropertyContainer, std::tuple< PropertyContainer< T >, Rest... > >::value = 0
staticconstexpr

Definition at line 120 of file traits.hpp.


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