kokkos-utils 0.0.1
 
Loading...
Searching...
No Matches
Kokkos::utils::callbacks::impl::IsMatcherFor< Callable > Struct Template Reference

#include <Matcher.hpp>

Public Types

template<Event EventType>
using type = std::is_invocable_r<bool, Callable, const EventType&>
 

Detailed Description

template<typename Callable>
struct Kokkos::utils::callbacks::impl::IsMatcherFor< Callable >

Helper struct needed for the implementation of concepts and type traits such as:

Definition at line 18 of file Matcher.hpp.

Member Typedef Documentation

◆ type

template<typename Callable>
template<Event EventType>
using Kokkos::utils::callbacks::impl::IsMatcherFor< Callable >::type = std::is_invocable_r<bool, Callable, const EventType&>

Definition at line 21 of file Matcher.hpp.


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