Return a hash code generated from the contents of the specified str.
Synopsis
Declared in <bdlb_transparentstringhash.h>
template<
class CHAR,
class TRAITS,
class ALLOCATOR>
std::size_t
operator()(std::basic_string<CHAR, TRAITS, ALLOCATOR> const& str) const;
Return Value
hash code generated from the contents of str
Parameters
Name |
Description |
str |
|
Created with MrDocs