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