Move assignment is defaulted.

Synopsis

Declared in <validation.h>

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

Return Value

Reference to this object.

Parameters

Name

Description

other

The instance to move from.

Created with MrDocs