boost::msm::backmp11::default_observer::pre_process_transition

Hook called before a (sub‐)machine processes a transition.

Synopsis

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

template<
    typename Source,
    typename Event,
    typename Target,
    typename Action,
    typename Guard,
    typename StateMachine>
constexpr
void
pre_process_transition(
    StateMachine const&,
    size_t) const;

Created with MrDocs