boost::msm::backmp11::state_machine::state_machine
Constructs and forwards constructor arguments to the back‐end.
Synopsis
Declared in <boost/msm/backmp11/state_machine.hpp>
template<typename... Args>
state_machine(Args&&... args);
Description
Requires constructor arguments as configured:
-
Context& (if context = Context is set)
-
Observer& (if observer = observer_ref<Observer> is set)
Parameters
Name |
Description |
args |
The object to move construct from |
Created with MrDocs