CompareTxMemPoolEntryByEntryTime::operator()

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

NameDescription
aThe first mempool entry to compare.
bThe second mempool entry to compare.