Orders mempool entry handles by the hash of their transaction.
Declared in <kernel/mempool_entry.h>
struct CompareIteratorByHash;
SFINAE lets T be either a pointer type (e.g. a txiter) or a reference_wrapper<T> (e.g. a wrapped CTxMemPoolEntry&).
| Name | Description |
|---|---|
operator() | Function call operators |