boost::msm::backmp11::favor_compile_time
Optimizes for compile time (see state_machine_config::compile_policy).
Synopsis
Declared in <boost/msm/backmp11/state_machine_config.hpp>
struct favor_compile_time;
Description
Trades lower compile time for bigger executable size and lower runtime speed. Does not support the following features:
-
event hierarchies
-
Kleene events
Created with MrDocs