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

#include <TimerListener.hpp>

Concept definition

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

Detailed Description

Definition at line 11 of file TimerListener.hpp.