String comparison structure for const char *. More...
#include <HashMap.h>
Public Member Functions | |
| bool | operator() (const std::string &s1, const std::string &s2) const |
String comparison structure for const char *.
The following structure essentially provides the comparison operator needed by the hash_map for comparing hash_key values. This structure specifically provides comparison for hash_map's whose key values are C strings.
Definition at line 125 of file HashMap.h.
| bool LessString::operator() | ( | const std::string & | s1, | |
| const std::string & | s2 | |||
| ) | const [inline] |
1.6.1