ILE C/C++ Language Reference

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


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]