Constructors
Synopses
Declared in <script/sigcache.h>
Deleted copy constructor; the cache is non‐copyable.
SignatureCache(SignatureCache const& other) = delete;
Construct a signature cache holding up to the given number of bytes.
SignatureCache(size_t max_size_bytes);
Parameters
Name |
Description |
other |
The cache that would be copied. |
max_size_bytes |
The maximum cache size in bytes. |
Created with MrDocs