|
Util--
1.1
|
Special hash functor for utilmm::smart::ref_count::uniq_memory. More...
#include <utilmm/smart/bits/uniq_memory.hh>


Public Member Functions | |
| size_t | operator() (Ty const *arg) const |
| Hashing call operator. More... | |
Special hash functor for utilmm::smart::ref_count::uniq_memory.
This functor is an hash functor used by the utilmm::smart::ref_count::uniq_memory class. To extract the hash value of the value pointed by a cont pointer
| Ty | The type of pointed cell |
| Hash | A hash fucntor for Ty |
| size_t utilmm::smart::ref_count::hash_ptr< Ty, Hash >::operator() | ( | Ty const * | arg | ) | const |
Hashing call operator.
| arg | A cont pointer |
This function compute the hash value of *arg
1.8.13