Definition
template_def : declspec_list template ( temp_param_list ) def | declspec_list template ( ) def
Purpose
A template_def is a def that is generated on demand by the compiler with zero or more parameters. It is similar in many ways to a function, except it is evaluated at compile time, and generates program constructs. A template by itself will not result in the generation of any program constructs.