Deleted copy constructor; the cache is non‐copyable.

Synopsis

Declared in <script/sigcache.h>

SignatureCache(SignatureCache const& other) = delete;

Parameters

Name

Description

other

The cache that would be copied.

Created with MrDocs