boost::msm::backmp11::state_machine::get_state_id
Returns the id of a state.
Synopsis
Declared in <boost/msm/backmp11/state_machine.hpp>
template<typename State>
constexpr
static
size_t
get_state_id(State const&);
Return Value
the id of a state.
Created with MrDocs