Difference between revisions of "cpp/keyword/typename"
From cppreference.com
(Created page with "{{cpp/keywords/title|typename}} {{cpp/keywords/sidebar}} ===Usage=== *In a template declaration used to declare templated types *Inside a template def...") |
m (moved cpp/keywords/typename to cpp/keyword/typename: Singular is used in most pages) |
Revision as of 04:11, 11 March 2012
Template:cpp/keywords/title Template:cpp/keywords/sidebar
Usage
- In a template declaration used to declare templated types
- Inside a template definition, to declare that a static member of a class depending on a template is a type