CompareIteratorByHash::operator()

Compares two entry pointers by transaction hash.

Synopsis

Declared in <kernel/mempool_entry.h>

template<typename T>
bool
operator()(
    T const& a,
    T const& b) const;

Return Value

true if a's transaction hash is less than b's.

Parameters

NameDescription
aThe left-hand entry pointer.
bThe right-hand entry pointer.