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

Specify that a type is a modifiable Kokkos::View. More...

#include <View.hpp>

Concept definition

template<typename T>
concept Kokkos::utils::concepts::ModifiableView = View<T> && ! std::is_const_v<typename T::value_type>
Specify that a type is a modifiable Kokkos::View.
Definition View.hpp:23
Specify that a type is a Kokkos::View.
Definition View.hpp:15

Detailed Description

Specify that a type is a modifiable Kokkos::View.

Definition at line 23 of file View.hpp.