1#ifndef KOKKOS_UTILS_CALLBACKS_EVENTTYPEMATCHER_HPP
2#define KOKKOS_UTILS_CALLBACKS_EVENTTYPEMATCHER_HPP
Concept to constrain any event type that is one of the given event types.
Check that Callable is a matcher for each event in EventTypes.
Callable is a matcher if it is invocable with at least one event type from Kokkos::utils::callbacks::...
::testing::Types< Event< void >, Event< execution_space > > EventTypes
Restrict the event types that can be matched by matcher to the subset EventTypes.
bool operator()(const EventType &event)