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

boost::msm::backmp11::state_machine::process_event

Processes the event.

Synopsis

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

template<class Event>
process_result
process_event(Event const& event);

Return Value

Return type of state_machine::process_event calls.

Created with MrDocs