kokkos-utils 0.0.1
 
Loading...
Searching...
No Matches
Kokkos::utils::callbacks::EventOneOf Concept Reference

Concept to constrain any event type that is one of the given event types. More...

#include <Events.hpp>

Concept definition

template<typename T, typename EventTypeListType>
Concept to constrain any event type that is one of the given event types.
Definition Events.hpp:219
constexpr bool type_list_contains_v
Definition type_list.hpp:36

Detailed Description

Concept to constrain any event type that is one of the given event types.

Definition at line 219 of file Events.hpp.