StaticallyIndexedArrayImpl< T, N > Struct Template Reference

StaticallyIndexedArrayImpl&lt; T, N &gt; Struct Template Reference#

Composable Kernel: ck::detail::StaticallyIndexedArrayImpl< T, N > Struct Template Reference
ck::detail::StaticallyIndexedArrayImpl< T, N > Struct Template Reference

#include <statically_indexed_array.hpp>

Public Types

using type

Member Typedef Documentation

◆ type

template<typename T, index_t N>
using ck::detail::StaticallyIndexedArrayImpl< T, N >::type
Initial value:
typename tuple_concat<typename StaticallyIndexedArrayImpl<T, N / 2>::type,
Definition utility/statically_indexed_array.hpp:25
Definition utility/statically_indexed_array.hpp:15
typename sequence_merge< typename sequence_reverse< typename seq_split::right_type >::type, typename sequence_reverse< typename seq_split::left_type >::type >::type type
Definition utility/sequence.hpp:344

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