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

Concept to constrain any end event type. More...

#include <Events.hpp>

Concept definition

template<typename EventType>
std::constructible_from<EventType, uint64_t> &&
requires (EventType event) {
{ event.event_id } -> std::same_as<uint64_t&>;
}
Concept to constrain any begin event type.
Definition Events.hpp:173
Concept to constrain any end event type.
Definition Events.hpp:184

Detailed Description

Concept to constrain any end event type.

Definition at line 184 of file Events.hpp.