boost::msm::backmp11::state_machine::state_machine
Move constructor
Synopsis
Declared in <boost/msm/backmp11/state_machine.hpp>
state_machine(state_machine&& rhs);
Parameters
Name |
Description |
rhs |
The object to move construct from |
Created with MrDocs