[FunctionTypes] Removing the ClassTransform when invoking parameter_types

12 Nov
2010
12 Nov
'10
11:38 p.m.
When invoking boost::function_types::parameter_types with a member function pointer as the first template parameter, what do I susbstitute as the second template parameter so that no transform is done ?

12 Nov
12 Nov
11:58 p.m.
New subject: [FunctionTypes] Removing the ClassTransform when invoking parameter_types
On 11/12/2010 3:38 PM, Edward Diener wrote:
When invoking boost::function_types::parameter_types with a member function pointer as the first template parameter, what do I susbstitute as the second template parameter so that no transform is done ?
boost::mpl::quote1< boost::mpl::identity > ? - Jeff
5327
Age (days ago)
5327
Last active (days ago)
1 comments
2 participants
participants (2)
-
Edward Diener
-
Jeffrey Lee Hellrung, Jr.