|
Grok 20.3.2
|
Comparator for min-heap ordering based on getIndex() (value version). More...
#include <MinHeap.h>
Public Member Functions | |
| bool | operator() (const T &a, const T &b) const |
Comparator for min-heap ordering based on getIndex() (value version).
| T | Type stored in the heap, must satisfy HasGetIndex. |
|
inline |