A hashing function object for strings. More...
#include <stl-utils.h>
Public Member Functions | |
size_t | operator() (const std::string &str) const noexcept |
Static Private Attributes | |
static const int | kPrime = 7853 |
A hashing function object for strings.
Definition at line 248 of file stl-utils.h.
|
inlinenoexcept |
|
staticprivate |
Definition at line 259 of file stl-utils.h.