Functions | |
template<concepts::View ViewType, size_t... Ints> | |
KOKKOS_FUNCTION constexpr auto | extents (const ViewType &view, std::index_sequence< Ints... >) |
Implementation of Kokkos::utils::view::extents. | |
template<typename ViewType, typename... Indices, size_t... AllsIndices> | |
KOKKOS_FUNCTION constexpr auto | slice (ViewType &&view, Indices &&... indices, std::index_sequence< AllsIndices... >) |
|
constexpr |
Implementation of Kokkos::utils::view::extents.
Definition at line 22 of file extents.hpp.