home *** CD-ROM | disk | FTP | other *** search
- The compiler duplicates the code in a template whenever it creates
- a class or function. At the same time, the compiler substitutes
- specific types or constants for the arguments of the template.
- Unlike classes in an inheritance hierarchy, all classes or
- functions created from a template are independent of each other.
-