C++ keywords: template
From cppreference.com
                    
                                        
                    
                    
                                                            
                    [edit] Usage
- Declaration of a class template
- Declaration of a function template
- Inside a template definition, template can be used to declare that a dependent name is a template.