boost::msm::backmp11::state_machine::get_observer
Get the observer of the state machine. See state_machine_config::observer.
Synopsis
Declared in <boost/msm/backmp11/detail/state_machine_base.hpp>
template<bool C = !std::is_same_v<observer_t, no_observer>>
requires C
observer_t&
get_observer();
Created with MrDocs