Hash a string view, ignoring ASCII case.
Declared in <mrdocs/ADT/UnorderedStringMap.hpp>
Hash a string view, ignoring ASCII case.
std::size_t
operator()(std::string_view const str) const noexcept;
» more...
Hash a string view, ignoring ASCII case.
std::size_t
operator()(std::string const& str) const noexcept;
» more...
Hash a string view, ignoring ASCII case.
std::size_t
operator()(char const* str) const noexcept;
» more...
Case-insensitive hash value of the string.