Deleted copy assignment; the cache is non‐copyable.

Synopsis

Declared in <policy/fees/mempool_estimator.h>

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

Return Value

A reference to this cache.

Parameters

Name

Description

other

The cache that would be assigned from.

Created with MrDocs