|
Corium 1.1.0
High-Performance Zero-Heap C++20 MPSC Application Runtime
|
Sequential composition of multiple transition actions. More...
#include <Transition.hpp>
Collaboration diagram for corium::fsm::ActionList< Actions >:Public Member Functions | |
| constexpr | ActionList ()=default |
| constexpr | ActionList (Actions... a) |
| template<typename From , typename Event , typename To > | |
| constexpr void | operator() (From &from, const Event &event, To &to) const |
Public Attributes | |
| std::tuple< Actions... > | actions {} |
Sequential composition of multiple transition actions.
|
constexprdefault |
|
inlineexplicitconstexpr |
|
inlineconstexpr |
Here is the call graph for this function:| std::tuple<Actions...> corium::fsm::ActionList< Actions >::actions {} |