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

A hash functor for a null-terminated string.

Functions

Name Description
operator()(const char *, const char *)

Returns the case-sensitive equality comparison for a null-terminated string.


bool Geo::GeoEqualCString::operator()


public: bool operator()
(
    const char * l,
    const char * r
) const


Returns the case-sensitive equality comparison for a null-terminated string.

  • No labels