boost::msm::backmp11::default_state_machine_config::compile_policy
Optimizes for runtime speed or compile time. Defaults to favor_runtime_speed.
Synopsis
Declared in <boost/msm/backmp11/state_machine_config.hpp>
using compile_policy = favor_runtime_speed;
Description
The compile policy affects characteristics related to compile time, runtime speed, code size, and available features.
Created with MrDocs