boost::msm::backmp11::favor_runtime_speed
Optimizes for runtime speed (see state_machine_config::compile_policy).
Synopsis
Declared in <boost/msm/backmp11/state_machine_config.hpp>
struct favor_runtime_speed;
Description
Provides the best runtime speed and executable size at the cost of increased compile time.
Type Aliases
Name |
Description |
Dispatch strategy for processing events. Defaults to |
Created with MrDocs