June 2025
Intermediate to advanced
1093 pages
33h 24m
English
TemplateA class template or function template.
Function templateA template that takes a type as a template parameter to become a function.
Template functionA complete function that is instantiated from a function template.
Class templateSynonym for a parameterized type.
Template parameterA type that is fixed at compile time for a template; instead of a type, a template parameter can also be a constant number.
Parameterized typeA class that takes another type (or a constant number) as a template parameter.
Instantiate templateThe moment of using a template with specific types (or constants); the compiler generates the program code at this moment.
ConceptThe concept language element allows ...
Read now
Unlock full access