|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Member Functions | |
| size_t | operator() (const string &s) const |
| Produces a case-insensitive hash for a string by hashing its lowercase form. | |
Definition at line 1513 of file ah-functional.cc.
|
inline |
Produces a case-insensitive hash for a string by hashing its lowercase form.
Converts the input string to lowercase (using unsigned-char-safe tolower) and returns the result of hashing that lowercase representation.
| s | Input string to hash. |
s. Definition at line 1523 of file ah-functional.cc.
References Aleph::divide_and_conquer_partition_dp().