Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
CompareCTxMemPoolIter Struct Reference
Comparator for CTxMemPool::txiter objects. More...
#include <miner.h>
Public Member Functions | |
bool | operator() (const CTxMemPool::txiter &a, const CTxMemPool::txiter &b) const |
Detailed Description
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.
Member Function Documentation
◆ operator()()
|
inline |
The documentation for this struct was generated from the following file:
- src/miner.h