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

#include <TimerListener.hpp>

Concept definition

template<typename TimerType, typename EventType>
concept Kokkos::utils::callbacks::StoppableWithEvent = requires (TimerType& timer, const EventType& event) {
{ timer.stop(event) } -> std::same_as<void>;
}

Detailed Description

Definition at line 26 of file TimerListener.hpp.