A comparator struct adjusted to recognize unmodified values. More...
#include <thorup_2kminus1.hpp>
Public Member Functions | |
bool | operator() (cluster_dist a, cluster_dist b) const |
A comparison operator. | |
A comparator struct adjusted to recognize unmodified values.
Unmodified values are not smaller then any modified value. To recognize an umodified value we compare it with a maximal modified value of DT
Definition at line 203 of file thorup_2kminus1.hpp.