Compares two entry pointers by transaction hash.
Declared in <kernel/mempool_entry.h>
template<typename T>
bool
operator()(
T const& a,
T const& b) const;
true if a's transaction hash is less than b's.
| Name | Description |
|---|---|
| a | The left-hand entry pointer. |
| b | The right-hand entry pointer. |