This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

Name Description
Compare(const T &, const T &)

The compare function called by GeoFixedBinarySearchMap.


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


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


The compare function called by GeoFixedBinarySearchMap.

  • No labels