Default comparison functor for the GeoFixedBinarySearchMap.
Uses the operator< of the provided type (twice) in order to produce a qsort compatible function.
Name | Description |
---|---|
Compare(const T &, const T &) | The compare function called by GeoFixedBinarySearchMap. |
public: int Compare
(
const T & key1,
const T & key2
)
The compare function called by GeoFixedBinarySearchMap.