Bitcoin ABC  0.28.12
P2P Digital Currency
Public Member Functions | List of all members
CompareIteratorById Struct Reference

#include <mempool_entry.h>

Public Member Functions

template<typename T >
bool operator() (const std::reference_wrapper< T > &a, const std::reference_wrapper< T > &b) const
 
template<typename T >
bool operator() (const T &a, const T &b) const
 

Detailed Description

Definition at line 30 of file mempool_entry.h.

Member Function Documentation

◆ operator()() [1/2]

template<typename T >
bool CompareIteratorById::operator() ( const std::reference_wrapper< T > &  a,
const std::reference_wrapper< T > &  b 
) const
inline

Definition at line 34 of file mempool_entry.h.

◆ operator()() [2/2]

template<typename T >
bool CompareIteratorById::operator() ( const T &  a,
const T &  b 
) const
inline

Definition at line 38 of file mempool_entry.h.


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