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

Specify that a type is a Kokkos::View with value type ValueType. More...

#include <View.hpp>

Concept definition

template<typename T, typename ValueType>
concept Kokkos::utils::concepts::ViewOf = View<T> && std::same_as<typename T::value_type, ValueType>
Specify that a type is a Kokkos::View with value type ValueType.
Definition View.hpp:27
Specify that a type is a Kokkos::View.
Definition View.hpp:15

Detailed Description

Specify that a type is a Kokkos::View with value type ValueType.

Definition at line 27 of file View.hpp.