DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

Instantiating C++ templates

The instantiation problem

Coding standards for template definitions

Manual instantiation
    Pragma interface
    Instantiation via the command line
    Single files

Automatic instantiation
    Dependency management
    Performance
    What can go wrong

Other considerations
    Inlines
    Specializations
    Libraries
    More on linking template code into archives
    The one instantiation per object scheme
    Special symbols