Template parameters (C++ only)

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.



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