Template Struct Execution¶
Defined in File execution_traits.hpp
Struct Documentation¶
-
template<ExecutionKind
Kind>
structripple::Execution¶ Class to define the execution based on a template parameter, so we can specialize implementations where necessary.
- Template Parameters
Kind: The kind of the execution.
Public Static Attributes
-
constexpr ExecutionKind
value= Kind¶ The target for the execution.