From: Milosz Marian Hulboj (mhulboj_at_[hidden])
Date: 2008-06-30 17:46:45


Hello,

I'm looking for advice on hashing the tuples. For my task it seems to be enough to just take every element from the tuple and apply boost::hash_combine to each of the elements. However I am currently thinking of a clever way of writing it in a generic form. Has anyone done something like that and could give some hints?

Cheers,
Milosz