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

IBM Copyright 2003