kokkos-utils 0.0.1
 
Loading...
Searching...
No Matches
Kokkos::utils::concepts::ViewOfRank Concept Reference

Specify that a type is a Kokkos::View of given rank Rank. More...

#include <View.hpp>

Concept definition

template<typename T, std::size_t Rank>
concept Kokkos::utils::concepts::ViewOfRank = View<T> && T::rank() == Rank
Specify that a type is a Kokkos::View of given rank Rank.
Definition View.hpp:19
Specify that a type is a Kokkos::View.
Definition View.hpp:15

Detailed Description

Specify that a type is a Kokkos::View of given rank Rank.

Definition at line 19 of file View.hpp.