/
class Geo GeoHashDefault
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.
, multiple selections available,
Related content
class Geo GeoHashDefault
class Geo GeoHashDefault
More like this
class Geo GeoHashDefault
class Geo GeoHashDefault
More like this
class Geo GeoHashString
class Geo GeoHashString
More like this
class Geo GeoHashCString
class Geo GeoHashCString
More like this
class Geo GeoHashMap
class Geo GeoHashMap
More like this
class Geo GeoHashMap
class Geo GeoHashMap
More like this