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

Concept to constrain any profile section manipulation event type. More...

#include <Events.hpp>

Concept definition

template<typename EventType>
std::constructible_from<EventType, uint32_t> &&
requires (EventType event) {
{ event.section_id } -> std::same_as<uint32_t&>;
}
Concept to constrain any profile section manipulation event type.
Definition Events.hpp:202

Detailed Description

Concept to constrain any profile section manipulation event type.

Definition at line 202 of file Events.hpp.