Boost.Unordered: custom hasher

Hello all,
for using the unordered_set with a user defined class one can define a custom
hasher. There seems to be the following options:
- overide boost::hash_value
- write ur own custom hash functor
Both options have then an external hash function. I was more thinking about
using a member function as hasher (e.g. like GetHashCode). A supporting class
would be then:
template
participants (1)
-
gast128