#include <tx_pool.h>
Definition at line 62 of file tx_pool.h.
◆ operator()()
Definition at line 65 of file tx_pool.h.
68 if (
a.first.first > b.first.first)
return true;
69 else if (
a.first.first < b.first.first)
return false;
70 else if (
a.first.second < b.first.second)
return true;
71 else if (
a.first.second > b.first.second)
return false;
72 else if (
a.second != b.second)
return true;
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/src/cryptonote_core/tx_pool.h