ILE C/C++ Programmer's Guide


Using the Default Template Instantiation Management Option

Whenever you use the default template instantiation management option, include both the template declaration header (.h file) and the out of line template definitions (.c files) in all compilation units that use an instance of the template class. The compiler generates definitions for each function template.For an example, see Example of a Class Template Instantiation.


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