
27 Jun
2007
27 Jun
'07
9:56 p.m.
If you're using Boost 1.34, then you can simply use
hashed_unique< tag<userid>, member
>
Hi, I'm just curious - is there a reason why "member" takes 3 template parameters, and not just one, like in member<&Peer::userid> ? The first two types can be extracted from the member pointer, so I find this a bit redundant... Thanks, Filip