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
Move construction is defaulted.
Declared in <validation.h>
constexpr
CScriptCheck(CScriptCheck&& other) = default;
Name |
Description |
other |
The instance to move from. |
Created with MrDocs