File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 600
600
parameter-type-list,
601
601
enclosing namespace,
602
602
return type,
603
- \grammarterm {template-head},
603
+ signature of the \grammarterm {template-head},
604
604
and
605
605
trailing \grammarterm {requires-clause} (if any)
606
606
611
611
parameter-type-list,
612
612
return type,
613
613
enclosing class,
614
- \grammarterm {template-head},
614
+ signature of the \grammarterm {template-head},
615
615
and
616
616
trailing \grammarterm {requires-clause} (if any)
617
617
640
640
\cv -qualifiers (if any),
641
641
\grammarterm {ref-qualifier} (if any),
642
642
return type (if any),
643
- \grammarterm {template-head},
643
+ signature of the \grammarterm {template-head},
644
644
and
645
645
trailing \grammarterm {requires-clause} (if any)
646
646
649
649
\defncontext {class member function template specialization} signature of the member function template
650
650
of which it is a specialization and its template arguments (whether explicitly specified or deduced)
651
651
652
+ \indexdefn {signature}%
653
+ \definition {signature}{defns.signature.template.head}
654
+ \defncontext {\grammarterm {template-head}}
655
+ template parameter list,
656
+ excluding template parameter names and default arguments,
657
+ and
658
+ \grammarterm {requires-clause} (if any)
659
+
652
660
\definition {stable algorithm}{defns.stable}
653
661
\defncontext {library}
654
662
\indexdefn {algorithm!stable}%
You can’t perform that action at this time.
0 commit comments