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