tuple_element_or_default_dispatch< true, Idx, Tuple, DefaultType > Struct Template Reference

tuple_element_or_default_dispatch&lt; true, Idx, Tuple, DefaultType &gt; Struct Template Reference#

Composable Kernel: ck_tile::detail::tuple_element_or_default_dispatch< true, Idx, Tuple, DefaultType > Struct Template Reference
ck_tile::detail::tuple_element_or_default_dispatch< true, Idx, Tuple, DefaultType > Struct Template Reference

#include <type_traits.hpp>

Public Types

using type = std::tuple_element_t<Idx, Tuple>

Member Typedef Documentation

◆ type

template<std::size_t Idx, typename Tuple, typename DefaultType>
using ck_tile::detail::tuple_element_or_default_dispatch< true, Idx, Tuple, DefaultType >::type = std::tuple_element_t<Idx, Tuple>

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