Type Template Parameters

C++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

IBM Copyright 2003