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 »

class Geo::GeoHashString

A functor which hashes a char string.

Functions

Name Description
operator()(const GeoFileString &)

Returns the hash of the supplied string.


u32 Geo::GeoHashString::operator()


public: u32 operator()
(
    const GeoFileString & s
) const


Returns the hash of the supplied string.

  • No labels