boost::msm::backmp11::state_machine::get_context
Gets the context of the state machine. See state_machine_config::context.
Synopsis
Declared in <boost/msm/backmp11/detail/state_machine_base.hpp>
template<bool C = !std::is_same_v<context_t, no_context>>
requires C
context_t const&
get_context() const;
Created with MrDocs