SignatureCache::operator=

Deleted copy assignment; the cache is non-copyable.

Synopsis

Declared in <script/sigcache.h>

SignatureCache&
operator=(SignatureCache const& other) = delete;

Return Value

A reference to this cache.

Parameters

NameDescription
otherThe cache that would be assigned from.