Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

template<typename T>
class Geo::GeoFixedBinarySearchMapCompare

Default comparison functor for the GeoFixedBinarySearchMap.

Uses the operator< of the provided type (twice) in order to produce a qsort compatible function.

Functions

NameDescription
Compare(const T &, const T &)

The compare function called by GeoFixedBinarySearchMap.


Anchor
a14ccc4071bcd334629f92686ec25a72f
a14ccc4071bcd334629f92686ec25a72f

static int Geo::GeoFixedBinarySearchMapCompare< T >::Compare

...

public: int Compare
(
    const T & key1,
    const T & key2
)

...

The compare function called by GeoFixedBinarySearchMap.