kokkos-utils 0.0.1
 
Loading...
Searching...
No Matches
Matcher.hpp File Reference

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.