home *** CD-ROM | disk | FTP | other *** search
- %F,15,GRAMMAR.MNU%Grammar_Summary_Menu / %F,15,GRAMMAR.6%Previous / %F,15,GRAMMAR.8%Next
-
- %C,1%TEMPLATE GRAMMAR SUMMARY
-
- template-declaration:
- %C,1%template <%C,5% template-argument-list %C,1%>%C,5% declaration
-
- template-argument-list:
- template-argument
- template-argument-list %C,1%,%C,5% template argument
-
- template-argument:
- type-argument
- argument-declaration
-
- type-argument:
- %C,1%class%C,5% identifier
-
- template-class-name:
- template-name %C,1%<%C,5% template-arg-list %C,1%>%C,5%
-
- template-arg-list:
- template-arg
- template-arg-list %C,1%,%C,5% template-arg
-
- template-arg:
- assignment-expression
- type-name
-
- %F,15,GRAMMAR.MNU%Grammar_Summary_Menu / %F,15,GRAMMAR.6%Previous / %F,15,GRAMMAR.8%Next
-