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::default_observer::post_process_transition
arrow_upward

boost::msm::backmp11::default_observer::post_process_transition

Hook called after a (sub‐)machine processes a sm‐internal transition.

Synopsis

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

template<
    typename Event,
    typename Action,
    typename Guard,
    typename StateMachine>
constexpr
void
post_process_transition(
    StateMachine const&,
    process_result) const;

Created with MrDocs