
19 Jul
2010
19 Jul
'10
1:48 p.m.
On 7/19/2010 1:32 AM, Adam Merz wrote:
Edward Diener<eldiener<at> tropicsoft.com> writes:
Thanks for your code. I will look at it and see if I can't do something further on my own which would allow one to find out the number and type of the template parameters of a class template at compile time, given the template name. Something instinctively tells me that this might be accessible, if it has not already been done.
I gave you code to detect member template arity a few days ago on the MSDN forums [1], highly suited to preprocessor generation. Does it not suit your needs?
Thanks for reminding me of your solution for template arity !