Thread
:
access 'typedef'ed member function
View Single Post
debugEnthu
Go4Expert Member
5Jul2012,19:31
Please consider this on
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)