| ▼NKokkos | |
| ▼Nutils | |
| ▼Ncallbacks | |
| ▼Nimpl | |
| Rhas_event_type_list | |
| RImplicitListener | |
| RExplicitListener | |
| REvent | |
| RBeginEvent | Concept to constrain any begin event type |
| REndEvent | Concept to constrain any end event type |
| RDataEvent | Concept to constrain any data event type |
| RProfileSectionManipulationEvent | Concept to constrain any profile section manipulation event type |
| RNamedEvent | Concept to constrain any event type that has a name field |
| RIndexedEvent | Concept to constrain any event type that has a member variable event_id |
| REnqueuedEvent | Concept to constrain any event type that has a member variable dev_id |
| REventOneOf | Concept to constrain any event type that is one of the given event types |
| RListener | |
| RListenerFor | Check that Callable is a listener for each event in EventTypes |
| RMatcher | Callable is a matcher if it is invocable with at least one event type from Kokkos::utils::callbacks::EventTypeList passed by const reference and returns bool |
| RMatcherFor | Check that Callable is a matcher for each event in EventTypes |
| RStartable | |
| RStartableWithEvent | |
| RStoppable | |
| RStoppableWithEvent | |
| ▼Nconcepts | |
| RDualView | Specify that a type is a Kokkos::DualView |
| RSpace | Specify that a type is a Kokkos space |
| RView | Specify that a type is a Kokkos::View |
| RViewOfRank | Specify that a type is a Kokkos::View of given rank Rank |
| RModifiableView | Specify that a type is a modifiable Kokkos::View |
| RViewOf | Specify that a type is a Kokkos::View with value type ValueType |
| RViewOfInstanceOf | Specify that a type is a Kokkos::View, whose value type is an instance of a given class template U |
| ▼Nimpl | |
| RInstanceOf | |
| RIsTypeOneOf | Check if T is the same as one of the types Ts |