BloombergLP::bdlb::CStringHash::operator()

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

NameDescription
argumentnull-terminated string to hash