[#CompareIteratorByHash] = CompareIteratorByHash :mrdocs: Orders mempool entry handles by the hash of their transaction. == Synopsis Declared in `<kernel/mempool_entry.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct CompareIteratorByHash; ---- == Description SFINAE lets `T` be either a pointer type (e.g. a txiter) or a `reference_wrapper<T>` (e.g. a wrapped `CTxMemPoolEntry&`). == Member Functions [cols="1,4"] |=== | Name| Description | xref:CompareIteratorByHash/operator_call-00.adoc[`operator()`] | Function call operators |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#