boost::msm::backmp11::state_machine::get_root_sm
Gets the root machine. See state_machine_config::root_sm.
Synopsis
Declared in <boost/msm/backmp11/detail/state_machine_base.hpp>
template<bool C = !std::is_same_v<root_sm_t, no_root_sm>>
requires C
root_sm_t const&
get_root_sm() const;
Created with MrDocs