kokkos-utils 0.0.5
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... EventTypes>
concept EventOneOf = impl::type_list_contains_v<T, EventTypes...>
Concept to constrain any event type that is one of the given event types.
Definition Events.hpp:288
constexpr bool type_list_contains_v
Definition type_list.hpp:73

Detailed Description

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

Definition at line 288 of file Events.hpp.