ILE C/C++ Programmer's Guide


Chapter 28. Using Templates in C++ Programs



Templates may be used in C++ to declare and define a related set of:

The C++ language describes the syntax and meaning of each kind of template. Each compiler determines the mechanism that controls when and how often a template is expanded.

See the Websphere Development Studio: ILE C/C++ Language Reference for more information. The "Templates" chapter includes descriptions and examples of:

This section includes:


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