[#BloombergLP-bdlb-CStringHash-operator_call] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/CStringHash.adoc[CStringHash]::operator() :relfileprefix: ../../../ :mrdocs: Return a hash code generated from the contents of the specified null‐terminated `argument` string. The behavior is undefined unless `argument` points to a null‐terminated string. == Synopsis Declared in `<bdlb_cstringhash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::size_t operator()(char const* argument) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#