Boost.MetaStateMachine

    • Table of Contents
      • Preface
      • UML short guide
      • front tutorial
        • Basic front-end
        • Functor front-end
        • puml front-end (C++20, experimental)
        • euml front-end (deprecated)
      • back & back11 back-end
        • Examples
        • Performance / Compilers
      • backmp11 back-end (C++17, experimental)
        • Examples
      • Internals
      • Acknowledgements
      • Version history
      • Reference
        • backmp11
        • Common headers
        • Back-end headers
        • Front-end headers
        • eUML operators and basic helpers
        • Functional programming
  • boost::msm::backmp11::state_machine::root_sm_t
arrow_upward

boost::msm::backmp11::state_machine::root_sm_t

Type of the root machine (see state_machine_config::root_sm).

Synopsis

Declared in <boost/msm/backmp11/state_machine.hpp>

using root_sm_t = state_machine_base::root_sm_t;

Created with MrDocs