kokkos-utils 0.0.4
 
Loading...
Searching...
No Matches
Kokkos::utils::callbacks::EventIdMatcher Struct Reference

Match an event whose event_id is event_id. More...

#include <EventIdMatcher.hpp>

Public Member Functions

template<IndexedEvent EventType>
bool operator() (const EventType &event) const
 

Public Attributes

EventTraits::event_id_t event_id = EventTraits::invalid_event_id
 

Detailed Description

Match an event whose event_id is event_id.

Definition at line 10 of file EventIdMatcher.hpp.

Member Function Documentation

◆ operator()()

template<IndexedEvent EventType>
bool Kokkos::utils::callbacks::EventIdMatcher::operator() ( const EventType & event) const
inline

Definition at line 13 of file EventIdMatcher.hpp.

Member Data Documentation

◆ event_id

EventTraits::event_id_t Kokkos::utils::callbacks::EventIdMatcher::event_id = EventTraits::invalid_event_id

Definition at line 17 of file EventIdMatcher.hpp.


The documentation for this struct was generated from the following file: