node::PackageToValidate::operator=

Move-assign a package from another.

Synopsis

Declared in <node/txdownloadman.h>

PackageToValidate&
operator=(PackageToValidate&& other);

Return Value

A reference to this package.

Parameters

NameDescription
otherThe package to move from.