A hashing function-object for vectors. More...
#include <stl-utils.h>
Public Member Functions | |
size_t | operator() (const std::vector< Int > &x) const noexcept |
VectorHasher () | |
Static Private Attributes | |
static const int | kPrime = 7853 |
A hashing function-object for vectors.
Definition at line 216 of file stl-utils.h.
|
inline |
|
inlinenoexcept |
|
staticprivate |
Definition at line 230 of file stl-utils.h.
Referenced by VectorHasher< Int >::operator()(), and StringHasher::operator()().