bsl::hashBasicString

Return a hash value for the specified string.

Synopsis

Declared in <bslstl_string.h>

std::size_t
hashBasicString(string const& str);

Description

Return a hash value for the specified str.

Return Value

hash value of the specified string

Parameters

NameDescription
strstring to hash