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