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

#include <TimerListener.hpp>

Concept definition

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

Detailed Description

Definition at line 21 of file TimerListener.hpp.