
How to Generate C++ Class Template Definitions
++ class template header and implementation (skeleton) definitions are often hard to read, let alone to write. Especially when defining template classes that are derived from base template classes, I often find myself struggling for the correct syntax. In this article, I will present a template-based source code generator to