kokkos-utils 0.0.4
 
Loading...
Searching...
No Matches
EventIdMatcher.hpp
Go to the documentation of this file.
1#ifndef KOKKOS_UTILS_CALLBACKS_EVENTIDMATCHER_HPP
2#define KOKKOS_UTILS_CALLBACKS_EVENTIDMATCHER_HPP
3
5
7{
8
11{
12 template <IndexedEvent EventType>
13 bool operator()(const EventType& event) const {
14 return event.event_id == event_id;
15 }
16
18};
19
20} // namespace Kokkos::utils::callbacks
21
22#endif // KOKKOS_UTILS_CALLBACKS_EVENTIDMATCHER_HPP
Match an event whose event_id is event_id.
bool operator()(const EventType &event) const
static constexpr event_id_t invalid_event_id
Definition Events.hpp:17