[#MemPoolFeeRateEstimatorCache-operator_assign] = xref:MemPoolFeeRateEstimatorCache.adoc[MemPoolFeeRateEstimatorCache]::operator= :relfileprefix: ../ :mrdocs: Deleted copy assignment; the cache is non‐copyable. == Synopsis Declared in `<policy/fees/mempool_estimator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:MemPoolFeeRateEstimatorCache.adoc[MemPoolFeeRateEstimatorCache]& operator=(xref:MemPoolFeeRateEstimatorCache.adoc[MemPoolFeeRateEstimatorCache] const& other) = delete; ---- == Return Value A reference to this cache. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The cache that would be assigned from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#