The following is the syntax of a type template parameter declaration:
Syntax - Type Template Parameter Declaration >>-+-class----+--identifier--+---------+----------------------->< '-typename-' '-=--type-'
The identifier is the name of a type.
Related References