c++ Programming Glossary: typelists
How to use typelists http://stackoverflow.com/questions/901907/how-to-use-typelists to use typelists I read about typelists in 'Modern C Design' and I understood.. to use typelists I read about typelists in 'Modern C Design' and I understood it as some kind of union.. them to work. Could someone tell me if my unterstanding of typelists is right and give an simple real world example how to use typelists..
|