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