[#MemPoolFeeRateEstimatorCache-2constructor-0b] = xref:MemPoolFeeRateEstimatorCache.adoc[MemPoolFeeRateEstimatorCache]::MemPoolFeeRateEstimatorCache :relfileprefix: ../ :mrdocs: Constructors == Synopses Declared in `<policy/fees/mempool_estimator.h>` Constructs an empty cache holding no estimate. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:MemPoolFeeRateEstimatorCache/2constructor-03.adoc[MemPoolFeeRateEstimatorCache]() = default; ---- [.small]#xref:MemPoolFeeRateEstimatorCache/2constructor-03.adoc[_» more..._]# Deleted copy constructor; the cache is non‐copyable. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:MemPoolFeeRateEstimatorCache/2constructor-01.adoc[MemPoolFeeRateEstimatorCache](xref:MemPoolFeeRateEstimatorCache.adoc[MemPoolFeeRateEstimatorCache] const& other) = delete; ---- [.small]#xref:MemPoolFeeRateEstimatorCache/2constructor-01.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *other* | The cache that would be copied. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#