[#BloombergLP-bslstp-HashCString] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstp.adoc[bslstp]::HashCString :relfileprefix: ../../ :mrdocs: Hash functor to generate a hash for a pointer to a null‐terminated string. == Synopsis Declared in `<bslstp_hash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct HashCString; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslstp/HashCString/operator_call.adoc[`operator()`] | Return a hash value computed using the specified `s`. | xref:BloombergLP/bslstp/HashCString/2conversion.adoc[`operator BloombergLP::bslmf::NestedTraitDeclaration<HashCString, is_trivially_copyable>`] | Nested trait declaration for `bsl::is_trivially_copyable`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#