[#bsl-hashBasicString-0a] = xref:bsl.adoc[bsl]::hashBasicString :relfileprefix: ../ :mrdocs: Return a hash value for the specified string. == Synopsis Declared in `<bslstl_string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::size_t hashBasicString(xref:bsl/string.adoc[string] const& str); ---- == Description Return a hash value for the specified `str`. == Return Value hash value of the specified string == Parameters [cols="1,4"] |=== | Name| Description | *str* | string to hash |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#