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

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

#include <Events.hpp>

Concept definition

template<typename EventType>
std::constructible_from<EventType, AllocDescriptor> &&
requires (EventType event) {
{ event.alloc } -> std::same_as<AllocDescriptor&>;
}
Concept to constrain any data event type.
Definition Events.hpp:193

Detailed Description

Concept to constrain any data event type.

Definition at line 193 of file Events.hpp.