#include <Matcher.hpp>
Public Types | |
template<Event EventType> | |
using | type = std::is_invocable_r<bool, Callable, const EventType&> |
Helper struct needed for the implementation of concepts and type traits such as:
Definition at line 18 of file Matcher.hpp.
using Kokkos::utils::callbacks::impl::IsMatcherFor< Callable >::type = std::is_invocable_r<bool, Callable, const EventType&> |
Definition at line 21 of file Matcher.hpp.