Case-Insensitive String Hash Specialization.
More...
#include <util.hh>
|
std::size_t | operator() (const std::string &s) const |
| Overloaded call operator.
|
|
std::size_t | operator() (const std::string &s) const |
| Overloaded call operator.
|
|
Case-Insensitive String Hash Specialization.
A specialization of the STL hash functional to perform a case-insensitive hash of a C++ string.
◆ operator()() [1/2]
Overloaded call operator.
- Parameters
-
s | A reference to the string representing the search key. |
- Returns
- size_t Index into the hash.
◆ operator()() [2/2]
Overloaded call operator.
- Parameters
-
s | A reference to the string representing the search key. |
- Returns
- size_t Index into the hash.
The documentation for this struct was generated from the following files:
- /home/abuild/rpmbuild/BUILD/ldas-tools-al-2.6.7-build/ldas-tools-al-2.6.7/build/include/ldastoolsal/util.hh
- /home/abuild/rpmbuild/BUILD/ldas-tools-al-2.6.7-build/ldas-tools-al-2.6.7/src/util.hh