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

#include <TimerListener.hpp>

Concept definition

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

Detailed Description

Definition at line 11 of file TimerListener.hpp.