statically_indexed_array.hpp File Reference#
statically_indexed_array.hpp File Reference
#include "ck_tile/core/config.hpp"#include "ck_tile/core/container/array.hpp"#include "ck_tile/core/container/tuple.hpp"#include "ck_tile/core/numeric/integer.hpp"Go to the source code of this file.
Namespaces | |
| namespace | ck_tile |
Typedefs | |
| template<typename T, index_t N> | |
| using | ck_tile::statically_indexed_array = tuple_array<T, N> |