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.
Replaces the contents of one task object with another.
task& operator=(
const task& _Other
);
task& operator=(
task&& _Other
);
Parameters
- _Other
The source task object.
Remarks
As task behaves like a smart pointer, after a copy assignment, this task objects represents the same actual task as _Other does.
Requirements
Header: ppltasks.h
Namespace: concurrency