[#BloombergLP-bslstp-HashCString-operator_call] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstp.adoc[bslstp]::xref:BloombergLP/bslstp/HashCString.adoc[HashCString]::operator() :relfileprefix: ../../../ :mrdocs: Return a hash value computed using the specified `s`. == Synopsis Declared in `<bslstp_hash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::size_t operator()(char const* s) const; ---- == Return Value hash value for `s` == Parameters [cols="1,4"] |=== | Name| Description | *s* | null‐terminated string to hash |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#