Restrict the event types that can be matched by matcher to the subset EventTypes
.
More...
#include <EventTypeMatcher.hpp>
Public Member Functions | |
template<EventOneOf< EventTypes... > EventType> requires MatcherFor<MatcherType, EventType> | |
bool | operator() (const EventType &event) |
Public Attributes | |
MatcherType | matcher |
Restrict the event types that can be matched by matcher to the subset EventTypes
.
EventTypes
are expected to be valid event types for MatcherType
. Definition at line 16 of file EventTypeMatcher.hpp.
|
inline |
Definition at line 19 of file EventTypeMatcher.hpp.
MatcherType Kokkos::utils::callbacks::EventTypeMatcher< MatcherType, EventTypes >::matcher |
Definition at line 23 of file EventTypeMatcher.hpp.