ILE C/C++ Language Reference


Template Parameters

C++There are three kinds of template parameters:

You can interchange the keywords class and typename in a template parameter declaration. You cannot use storage class specifiers (static and auto) in a template parameter declaration.

Related References


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