C++ keywords: template
From cppreference.com
| C++ Reference |
|---|
| 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