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

#include <TimerListener.hpp>

Concept definition

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

Detailed Description

Definition at line 21 of file TimerListener.hpp.