$search
hash functor More...
#include <hash.hh>
Public Member Functions | |
size_t | operator() (Ty const &arg) const |
hashing function |
hash functor
This class implements a functor to compute the hash value of an object.
hash/hash.hh
file documentation.Ty | the type of objects we want to hash |
Definition at line 30 of file hash.hh.
size_t utilmm::hash< Ty >::operator() | ( | Ty const & | arg | ) | const |
hashing function
This function will compute the hash value of a given instance.
arg | The instance we want to hash |