C++ keywords: template
From Cppreference
| C++ Standard Library |
|---|
| C++ language |
| C++ keywords |
[edit] Usage
- Declaration of a class template
- Declaration of a function template
- Inside a template definition as means to tell the parser that the following symbol is a function template
- Inside a template definition as means to tell the parser that the following symbol is a class template