Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

boost::msm::backmp11::state_machine::state_machine :: Boost Libraries Documentation

boost::msm::backmp11::state_machine::state_machine

Constructs and forwards constructor arguments to the back‐end.

Synopsis

Declared in <boost/msm/backmp11/state_machine.hpp>

template<typename... Args>
state_machine(Args&&... args);

Description

Requires constructor arguments as configured:

  • Context& (if context = Context is set)

  • Observer& (if observer = observer_ref<Observer> is set)

Parameters

Name

Description

args

The object to move construct from

Created with MrDocs