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::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.

  • No labels