C++ keyword: template
From cppreference.com
Usage
- Declaration of a template
- Inside a template definition,
templatecan be used to declare that a dependent name is a template.
See also
|
(until C++11) |
| (since C++20) |