Versions Compared

Key

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

template<typename>
class Geo::GeoHashDefault

A generic hashing functor.

Functions

NameDescription
operator()(const T &)

Hash the object e by just hashing all of it's memory footprint.


Anchor
a2a3c94de9218c4d07308c55d3f3f3f9b
a2a3c94de9218c4d07308c55d3f3f3f9b

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
titleWarning

This may not be suitable for object types that are not uniquely defined by their memory footprint.