ldas-tools-al
2.5.7
|
Case-Insensitive String Hash Specialization. More...
#include <util.hh>
Public Member Functions | |
std::size_t | operator() (const std::string &s) const |
Overloaded call operator. More... | |
Case-Insensitive String Hash Specialization.
A specialization of the STL hash functional to perform a case-insensitive hash of a C++ string.
|
inline |
Overloaded call operator.
s | A reference to the string representing the search key. |