kokkos-utils 0.0.1
 
Loading...
Searching...
No Matches
Kokkos::utils::callbacks::Listener Concept Reference

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. More...

#include <Listener.hpp>

Concept definition

template<typename Callable>
concept Kokkos::utils::callbacks::Listener = ( ! std::same_as<listener_event_type_list_t<Callable>, Kokkos::Impl::type_list<>>)
Concept that models that a callable object to be registered as a listener by Kokkos::utils::callbacks...
Definition Listener.hpp:31

Detailed Description

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.

Definition at line 31 of file Listener.hpp.