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