Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Transfers the associated asynchronous state from a specified object.
packaged_task& operator=(packaged_task&& Right);
Parameters
- Right
A packaged_task object.
Return Value
*this
Remarks
After the operation, Right no longer has an associated asynchronous state.
Requirements
Header: future
Namespace: std