boost::msm::backmp11::state_machine::get_observer
Gets 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 const&
get_observer() const;
Created with MrDocs