Bitcoin Core 29.99.0
P2P Digital Currency
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages Concepts
Public Member Functions | List of all members
node::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.

Definition at line 78 of file miner.h.

Member Function Documentation

◆ operator()()

bool node::CompareCTxMemPoolIter::operator() ( const CTxMemPool::txiter a,
const CTxMemPool::txiter b 
) const
inline

Definition at line 79 of file miner.h.


The documentation for this struct was generated from the following file: