Returns true if entry a entered the mempool before entry b.
Synopsis
Declared in <txmempool.h>
bool
operator()(
CTxMemPoolEntry const& a,
CTxMemPoolEntry const& b) const;
Return Value
true if a entered the mempool before b.
Parameters
Name |
Description |
a |
The first mempool entry to compare. |
b |
The second mempool entry to compare. |
Created with MrDocs