tuple_element< I, TTuple > Struct Template Reference

tuple_element&lt; I, TTuple &gt; Struct Template Reference#

Composable Kernel: ck::tuple_element< I, TTuple > Struct Template Reference
ck::tuple_element< I, TTuple > Struct Template Reference

#include <tuple.hpp>

Public Types

using type = decltype(detail::get_tuple_element_data<detail::TupleElementKey<I>>(TTuple{}))

Member Typedef Documentation

◆ type

template<index_t I, typename TTuple>
using ck::tuple_element< I, TTuple >::type = decltype(detail::get_tuple_element_data<detail::TupleElementKey<I>>(TTuple{}))

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