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 cancellation_token object with another.
cancellation_token& operator=(
const cancellation_token& _Src
);
cancellation_token& operator=(
cancellation_token&& _Src
);
Parameters
- _Src
The source cancellation_token object.
Remarks
As cancellation_token behaves like a smart pointer, after a copy assignment, this object represents the same internal object as _Src does.
Requirements
Header: ppl.h
Namespace: concurrency