
14 Jun
2006
14 Jun
'06
10:08 p.m.
"Paul Mensonides" wrote:
Chris Weed
I want to do something like use the following set of types TYPE1: char int float TYPE2: char int float double
to generate permutations of MyClass
such as typedef MyClass
Mycc; typedef MyClass Myci; typedef MyClass Mycf;
[ snip code doing this ] Could the code be added into examples? People often wonder what the library could be used for and this is a perfect example. /Pavel