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

Go to the source code of this file.

Classes

struct  Kokkos::utils::callbacks::impl::IsListenerFor< Callable >
 Helper struct needed for the implementation of Kokkos::utils::callbacks::listener_event_type_list_t. More...
 

Namespaces

namespace  Kokkos
 
namespace  Kokkos::utils
 
namespace  Kokkos::utils::callbacks
 
namespace  Kokkos::utils::callbacks::impl
 

Concepts

concept  Kokkos::utils::callbacks::Listener
 Concept that models that a callable object to be registered as a listener by Kokkos::utils::callbacks::Manager must have a non-empty list of event types that it can be a listener for.
 

Typedefs

template<typename Callable>
using Kokkos::utils::callbacks::listener_event_type_list_t = Kokkos::Impl::filter_type_list_t<impl::IsListenerFor<Callable>::template type, EventTypeList>
 Type list holding the event types that a callable object can be a listener for.