|
spot
2.16
|
A hash function for pointers. More...
#include <spot/misc/hash.hh>
Public Member Functions | |
| size_t | operator() (const T *p) const noexcept |
| Hash p using Knuth's multiplicative hash. More... | |
A hash function for pointers.
|
inlinenoexcept |
Hash p using Knuth's multiplicative hash.
References spot::knuth32_hash().
1.9.1