Summary
This lesson summarizes the chapter.
We'll cover the following...
Chapter summary
The earlier template chapter contained the following reminders:
-
Templates define the code as a pattern for the compiler to generate instances of it according to the actual uses in the program.
-
Templates are a compile-time feature.
-
Specifying template parameter lists is sufficient to make function, struct, and class definitions templates.
-
Template arguments can ...