Return a hash code generated from the contents of the specified str.
Declared in <bdlb_transparentstringhash.h>
template<
class CHAR,
class TRAITS>
std::size_t
operator()(std::basic_string_view<CHAR, TRAITS> const& str) const;
hash code generated from the contents of str
| Name | Description |
|---|---|
| str | std::basic_string_view whose contents are hashed |