#include "kokkos-utils/callbacks/Events.hpp"
Go to the source code of this file.
Classes | |
struct | Kokkos::utils::callbacks::impl::IsMatcherFor< Callable, Kokkos::Impl::type_list< Events... > > |
struct | Kokkos::utils::callbacks::AnyEventMatcher |
Matcher that returns true for any event. More... | |
Namespaces | |
namespace | Kokkos |
namespace | Kokkos::utils |
namespace | Kokkos::utils::callbacks |
namespace | Kokkos::utils::callbacks::impl |
Concepts | |
concept | Kokkos::utils::callbacks::Matcher |
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 . | |