Here is a list of all concepts with brief descriptions:
[detail level 1234]
▼NKokkos | |
▼Nutils | |
▼Ncallbacks | |
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 |
REventOneOf | Concept to constrain any event type that is one of the given event types |
RListener | Concept that models that a callable object to be registered as a listener by Kokkos::utils::callbacks::Manager must have a non-empty list of event types that it can be a listener for |
RMatcher | Concept that models that a callable object is a matcher for the event types in EventTypeSubList if it is invocable with each event type passed by const reference and returns a bool |
▼Nconcepts | |
RDualView | Specify that a type is a Kokkos::DualView |
RExecutionSpace | Specify that a type is a Kokkos execution space |
RMemorySpace | Specify that a type is a Kokkos memory space |
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 |