Kurlyk
Loading...
Searching...
No Matches
kurlyk::utils::CaseInsensitiveHash Class Reference

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.
 

Detailed Description

Functor for generating case-insensitive hash values for strings.

Definition at line 36 of file CaseInsensitiveMultimap.hpp.

Member Function Documentation

◆ operator()()

std::size_t kurlyk::utils::CaseInsensitiveHash::operator() ( const std::string & str) const
inlinenoexcept

Computes a case-insensitive hash value for a given string.

Parameters
strThe string to hash.
Returns
The computed hash value.

Definition at line 41 of file CaseInsensitiveMultimap.hpp.


The documentation for this class was generated from the following file: