Orders mempool entry handles by the hash of their transaction.
Synopsis
Declared in <kernel/mempool_entry.h>
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
Name |
Description |
Function call operators |
Created with MrDocs