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