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