[#bsl-hash-017-operator_call-05] = xref:bsl.adoc[bsl]::xref:bsl/hash-017.adoc[hash<basic_string<CHAR_TYPE, CHAR_TRAITS, ALLOCATOR>>]::operator() :relfileprefix: ../../ :mrdocs: Compute and return the hash value of the specified string. == Synopsis Declared in `<bslstl_string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::size_t operator()(xref:bsl/basic_string-0faf.adoc[basic_string<CHAR_TYPE, CHAR_TRAITS, ALLOCATOR>] const& input) const; ---- == Return Value hash value of the input == Parameters [cols="1,4"] |=== | Name| Description | *input* | string to hash |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#