kokkos-utils 0.0.4
 
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, EventTraits::event_id_t> &&
requires (EventType event) {
{ event.event_id } -> std::same_as<EventTraits::event_id_t&>;
}
Concept to constrain any begin event type.
Definition Events.hpp:230
Concept to constrain any end event type.
Definition Events.hpp:241

Detailed Description

Concept to constrain any end event type.

Definition at line 241 of file Events.hpp.