![]() |
Kurlyk
|
Functor for generating case-insensitive hash values for strings. More...
#include <CaseInsensitiveMultimap.hpp>
Public Member Functions | |
std::size_t | operator() (const std::string &str) const noexcept |
Computes a case-insensitive hash value for a given string. | |
Functor for generating case-insensitive hash values for strings.
Definition at line 36 of file CaseInsensitiveMultimap.hpp.
|
inlinenoexcept |
Computes a case-insensitive hash value for a given string.
str | The string to hash. |
Definition at line 41 of file CaseInsensitiveMultimap.hpp.