1#ifndef KOKKOS_UTILS_CALLBACKS_EVENTBEGINENDEVENTIDMATCHER_HPP
2#define KOKKOS_UTILS_CALLBACKS_EVENTBEGINENDEVENTIDMATCHER_HPP
Check that Callable is a matcher for each event in EventTypes.
Match a begin event and its corresponding end event based on their event ID.
bool operator()(const BeginEventType &event)
static constexpr auto invalid_event_id
bool operator()(const EndEventType &event) const
MatcherBeginEventType matcher