kokkos-utils 0.0.1
 
Loading...
Searching...
No Matches
Kokkos::utils::callbacks::Matcher Concept Reference

Concept that models that a callable object is a matcher for the event types in EventTypeSubList if it is invocable with each event type passed by const reference and returns a bool. More...

#include <Matcher.hpp>

Concept definition

template<typename Callable, typename EventTypeSubList>
Concept that models that a callable object is a matcher for the event types in EventTypeSubList if it...
Definition Matcher.hpp:29
Helper struct needed for the implementation of the Matcher concept.
Definition Matcher.hpp:14

Detailed Description

Concept that models that a callable object is a matcher for the event types in EventTypeSubList if it is invocable with each event type passed by const reference and returns a bool.

Definition at line 29 of file Matcher.hpp.