[#SignatureCache-2constructor-08] = xref:SignatureCache.adoc[SignatureCache]::SignatureCache :relfileprefix: ../ :mrdocs: Deleted copy constructor; the cache is non‐copyable. == Synopsis Declared in `<script/sigcache.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- SignatureCache(xref:SignatureCache.adoc[SignatureCache] const& other) = delete; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The cache that would be copied. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#