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

A hash functor for a null-terminated string.

Functions

Name Description
operator()(const char *)

Returns the case-sensitive hash for a null-terminated string.


u32 Geo::GeoHashCString::operator()


public: u32 operator()
(
    const char * s
) const


Returns the case-sensitive hash for a null-terminated string.

  • No labels