Thread
:
access 'typedef'ed member function
View Single Post
debugEnthu
Go4Expert Member
5Jul2012,16:02
U need to mention he class name of which the add() function is the member...
Modify line
(e.m)(8);
To
t .*(e.m) (8)
shabbir
like this