String comparison structure for HashMap. More...
#include <HashMap.h>
Public Member Functions | |
bool | operator() (const char *s1, const char *s2) const |
String comparison structure for HashMap.
The following structure essentially provides the functor for comparison operator needed by the hash_map for comparing hash_key values. This structure specifically provides comparison for hash_maps' whose key values are standard c strings.
Definition at line 150 of file HashMap.h.
bool EqualStr::operator() | ( | const char * | s1, | |
const char * | s2 | |||
) | const [inline] |