ILE C/C++ Programmer's Guide
When you use templates in your program, the ILE C++ compiler automatically
instantiates each C++ template that meets all the following conditions:
- Referenced in the source code
- the definition is visible at the point at which the reference
occurs
- Not explicitly specialized by the programmer
[ Top of Page | Previous Page | Next Page | Table of Contents ]
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.