kokkos-execution 0.0.1
Loading...
Searching...
No Matches
Kokkos::Execution::GraphImpl::NodeRef Concept Reference

Constrain a type that is a specialization of Kokkos::Experimental::GraphNodeRef. More...

#include <events.hpp>

Concept definition

template<typename T>
concept Kokkos::Execution::GraphImpl::NodeRef = Kokkos::Impl::is_specialization_of_v<T, Kokkos::Experimental::GraphNodeRef>
Constrain a type that is a specialization of Kokkos::Experimental::GraphNodeRef.
Definition events.hpp:72

Detailed Description

Constrain a type that is a specialization of Kokkos::Experimental::GraphNodeRef.

Definition at line 72 of file events.hpp.