Move construction is defaulted.

Synopsis

Declared in <validation.h>

constexpr
CScriptCheck(CScriptCheck&& other) = default;

Parameters

Name

Description

other

The instance to move from.

Created with MrDocs