This is the documentation for Enlighten.
class Geo GeoHashDefault
template<typename>
class Geo::GeoHashDefault
A generic hashing functor.
Functions
Name | Description |
---|---|
operator()(const T &) | Hash the object e by just hashing all of it's memory footprint. |
u32 Geo::GeoHashDefault< T >::operator()
public: u32 operator()
(
  const T & e
) const
Hash the object e by just hashing all of it's memory footprint.
Warning
This may not be suitable for object types that are not uniquely defined by their memory footprint.