
1 Mar
2010
1 Mar
'10
8:22 p.m.
AMDG Gokulakannan Somasundaram wrote:
Thanks, i got it. It was very helpful. Is there a similar solution to associate a member function with a class?
You can store the member function in a type and use mpl::map. template<class MemPtr, MemPtr P> struct mem_fun {}; In Christ, Steven Watanabe