CScriptCheck::operator=

Move assignment is defaulted.

Synopsis

Declared in <validation.h>

constexpr
CScriptCheck&
operator=(CScriptCheck&& other) = default;

Return Value

Reference to this object.

Parameters

NameDescription
otherThe instance to move from.