Return a hash code for the specified null‐terminated argument.
Synopsis
Declared in <bdlb_cstringhash.h>
std::size_t
operator()(char const* argument) const;
Description
The behavior is undefined unless argument points to a null‐terminated string.
Return Value
hash code for argument
Parameters
Name |
Description |
argument |
null‐terminated string to hash |
Created with MrDocs