boost::msm::backmp11::default_state_machine_config::context
Sets up a context accessible by all (sub‐)machines in hierarchical state machines. Defaults to no_context.
Synopsis
Declared in <boost/msm/backmp11/state_machine_config.hpp>
using context = no_context;
Description
Requires a reference to the context for state machine construction.
Created with MrDocs