Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

[Home]->[Documentation]->[Syntac Universal Parser]->[Programming Languages]->[C++]->[Symbols]->[template_argument_list]

Expand All
Collapse All
Contents

cxx::template_argument_list Locate in Contents

Declaration Locate in Contents

template-argument-list:
            template-argument
        |    template-argument-list "," template-argument

Composition Locate in Contents

operator_function_id template_argument_list Alternation Node template_id template_argument_list template_argument Concatenation Node template_argument_list implicit_whitespace ',' implicit_whitespace template_argument

State Machine Locate in Contents

start:2129:$0 template_argument|{2131|$1|2132} template_argument_list|{2129|$3|2130} final:2130:$0 implicit_whitespace|{2082|$6|2083} implicit_whitespace|{2082|$7|2083} template_argument|{2131|$5|2132}