| MADNESS
    version 0.9
    | 
#include <shared_ptr_bits.h>
| Public Member Functions | |
| hashT | operator() (const T &t) const | 
| Hashing function wrapper.  More... | |
Hash functor.
This hash functor calls hash_value for the given type, T . The namespace for hash_value function is not specified so you are free to implement your own version for your data type as follows: 
or you can specialize this functor directly.
| T | The object type to hash | 
| 
 | inline | 
Hashing function wrapper.
| t | The object to be hashed | 
References madness::hash_value().
 1.8.8
 1.8.8