[#CompareIteratorByHash-operator_call-08] = xref:CompareIteratorByHash.adoc[CompareIteratorByHash]::operator() :relfileprefix: ../ :mrdocs: Compares two entry pointers by transaction hash. == Synopsis Declared in `<kernel/mempool_entry.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> bool operator()( T const& a, T const& b) const; ---- == Return Value `true` if `a`'s transaction hash is less than `b`'s. == Parameters [cols="1,4"] |=== | Name| Description | *a* | The left‐hand entry pointer. | *b* | The right‐hand entry pointer. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#