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