Corium 1.1.0
High-Performance Zero-Heap C++20 MPSC Application Runtime
Loading...
Searching...
No Matches
HistoryState.hpp
Go to the documentation of this file.
1
7#pragma once
8
9namespace corium::fsm {
10
16template <typename DefaultState>
18 using DefaultStateType = DefaultState;
19};
20
21} // namespace corium::fsm
Definition HistoryState.hpp:9
Tag type for designating a shallow history pseudostate in hierarchical state machines....
Definition HistoryState.hpp:17
DefaultState DefaultStateType
Definition HistoryState.hpp:18