Go to the source code of this file.
Namespaces | |
| namespace | Kokkos |
| namespace | Kokkos::utils |
| namespace | Kokkos::utils::concepts |
Concepts | |
| concept | Kokkos::utils::concepts::View |
Specify that a type is a Kokkos::View. | |
| concept | Kokkos::utils::concepts::ViewOfRank |
Specify that a type is a Kokkos::View of given rank Rank. | |
| concept | Kokkos::utils::concepts::ModifiableView |
Specify that a type is a modifiable Kokkos::View. | |
| concept | Kokkos::utils::concepts::ViewOf |
Specify that a type is a Kokkos::View with value type ValueType. | |
| concept | Kokkos::utils::concepts::ViewOfInstanceOf |
Specify that a type is a Kokkos::View, whose value type is an instance of a given class template U. | |