Move‐assign a package from another.
Synopsis
Declared in <node/txdownloadman.h>
PackageToValidate&
operator=(PackageToValidate&& other);
Return Value
A reference to this package.
Parameters
Name |
Description |
other |
The package to move from. |
Created with MrDocs