Return a hash value for the specified str.
Declared in <bslstl_string.h>
Return a hash value for the specified str.
std::size_t
hashBasicString(string const& str);
» more...
Return a hash value for the specified str.
std::size_t
hashBasicString(wstring const& str);
» more...
Return a hash value for the specified str.
template<
class CHAR_TYPE,
class CHAR_TRAITS,
class ALLOCATOR>
std::size_t
hashBasicString(basic_string<CHAR_TYPE, CHAR_TRAITS, ALLOCATOR> const& str);
» more...