Fabcoin Core
0.16.2
P2P Digital Currency
|
Comparator for CTxMemPool::txiter objects. More...
#include <miner.h>
Public Member Functions | |
bool | operator() (const CTxMemPool::txiter &a, const CTxMemPool::txiter &b) const |
Comparator for CTxMemPool::txiter objects.
It simply compares the internal memory address of the CTxMemPoolEntry object pointed to. This means it has no meaning, and is only useful for using them as key in other indexes.
|
inline |