[#CScriptCheck-2constructor-03f] = xref:CScriptCheck.adoc[CScriptCheck]::CScriptCheck :relfileprefix: ../ :mrdocs: Copy construction is disabled. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- CScriptCheck(xref:CScriptCheck.adoc[CScriptCheck] const& other) = delete; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The instance that would be copied. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#