statically_indexed_array.hpp File Reference

statically_indexed_array.hpp File Reference#

Composable Kernel: 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

namespace  ck
namespace  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__ __device__ constexpr auto ck::make_statically_indexed_array (const X &x, const Xs &... xs)
template<typename X>
__host__ __device__ constexpr auto ck::make_statically_indexed_array ()