Hash specialization for hashing pointer addresses. More...
Public Member Functions | |
Hash () | |
unsigned | operator() (const void *const &p, unsigned seed) const |
unsigned | operator() (const void *const &p) const |
Hash specialization for hashing pointer addresses.
Treat a pointer like a long. This should work for both 32-bit and 64-bit pointers.
|
inline |