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

Concept to constrain any event type that has a name field. More...

#include <Events.hpp>

Concept definition

template<typename EventType>
requires (EventType event) {
{ event.name } -> std::same_as<std::string&>;
}
Concept to constrain any event type that has a name field.
Definition Events.hpp:211

Detailed Description

Concept to constrain any event type that has a name field.

Definition at line 211 of file Events.hpp.