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

Dispatch strategy for processing events. Defaults to dispatch_strategy::flat_fold.

Created with MrDocs