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