boost::msm::backmp11::state_machine::derived_t
Type of the derived machine (corresponds to Derived).
Synopsis
Declared in <boost/msm/backmp11/state_machine.hpp>
using derived_t = mp11::mp_if_c<std::is_same_v<Derived, no_derived>, state_machine<FrontEnd, Config, Derived>, Derived>;
Created with MrDocs