Return a case-insensitive hash of the specified argument.
Declared in <bdlb_caselessstringviewhash.h>
std::size_t
operator()(std::string_view argument) const;
Return a hash code generated from the contents of the specified null-terminated argument string, cast to lower case. The behavior is undefined unless argument points to a null-terminated string.
case-insensitive hash of argument
| Name | Description |
|---|---|
| argument | string view whose contents are hashed |