include/ck/utility/statically_indexed_array.hpp File Reference

include/ck/utility/statically_indexed_array.hpp File Reference#

Composable Kernel: include/ck/utility/statically_indexed_array.hpp File Reference
statically_indexed_array.hpp File Reference
#include "functional2.hpp"
#include "sequence.hpp"
#include "tuple.hpp"

Go to the source code of this file.

Classes

struct  ck::detail::tuple_concat< Tuple< Xs... >, Tuple< Ys... > >
 
struct  ck::detail::StaticallyIndexedArrayImpl< T, N >
 
struct  ck::detail::StaticallyIndexedArrayImpl< T, 0 >
 
struct  ck::detail::StaticallyIndexedArrayImpl< T, 1 >
 
struct  ck::StaticallyIndexedArray_v2< T, N >
 

Namespaces

 ck
 
 ck::detail
 

Typedefs

template<typename T , index_t N>
using ck::StaticallyIndexedArray = typename detail::StaticallyIndexedArrayImpl< T, N >::type
 

Functions

template<typename X , typename... Xs>
__host__ constexpr __device__ auto ck::make_statically_indexed_array (const X &x, const Xs &... xs)
 
template<typename X >
__host__ constexpr __device__ auto ck::make_statically_indexed_array ()