[#CompareTxMemPoolEntryByEntryTime] = CompareTxMemPoolEntryByEntryTime :mrdocs: Orders mempool entries by the time they entered the mempool. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class CompareTxMemPoolEntryByEntryTime; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:CompareTxMemPoolEntryByEntryTime/operator_call.adoc[`operator()`] | Returns true if entry `a` entered the mempool before entry `b`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#