Return a hash value computed using the specified s.
Synopsis
Declared in <bslstp_hash.h>
std::size_t
operator()(char const* s) const;
Return Value
hash value for s
Parameters
Name |
Description |
s |
null‐terminated string to hash |
Created with MrDocs