[#CTxMemPoolEntry-CTxMemPoolEntryRef] = xref:CTxMemPoolEntry.adoc[CTxMemPoolEntry]::CTxMemPoolEntryRef :relfileprefix: ../ :mrdocs: A reference to a constant mempool entry. == Synopsis Declared in `<kernel/mempool_entry.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef std::reference_wrapper<CTxMemPoolEntry const> CTxMemPoolEntryRef; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#