Type template parameters (C++ only)

Read syntax diagramSkip visual syntax diagramType template parameter declaration syntax
 
>>-+-class----+--identifier--+---------+-----------------------><
   '-typename-'              '-=--type-'
 

The identifier is the name of a type.

Related information



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