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

Name

Description

other

The cache that would be assigned from.

Created with MrDocs