/
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
Core runtime code
Core runtime code
More like this
2. Run the parameterize
2. Run the parameterize
More like this
Mesh projection
Mesh projection
More like this
ZLib
More like this
Lightmap lighting
Lightmap lighting
More like this
Shared lightmaps
Shared lightmaps
More like this