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::fsm_parameter_t
arrow_upward

boost::msm::backmp11::state_machine::fsm_parameter_t

Synopsis

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

using fsm_parameter_t = mp11::mp_if_c<std::is_same_v<typename config_t::fsm_parameter, local_transition_owner>, derived_t, config_t::root_sm>;

Created with MrDocs