You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the context of a closure type is an initializer for a class
6034
6034
member (static or nonstatic), inline variable, or variable template,
6035
6035
it is encoded in a qualified name with a
6036
-
final <code><<ahref="#mangle.prefix">prefix</a>></code> of the form:
6037
-
<code><pre><fontcolor=blue> <data-member-prefix> ::= <<i>member</i><ahref="#mangle.source-name">source-name</a>> [<<ahref="#mangle.template-args">template-args</a>>] M
6036
+
<code><<ahref="#mangle.prefix">prefix</a>></code> of the form:
6037
+
<code><pre><fontcolor=blue>
6038
+
<closure-prefix> ::= [ <<ahref="#mangle.prefix">prefix</a>> ] <<i>variable or member</i><ahref="#mangle.unqualified-name">unqualified-name</a>> M
6039
+
::= <<i>variable template</i><ahref="#mangle.template-prefix">template-prefix</a>> <<ahref="#mangle.template-args">template-args</a>> M
6038
6040
</font></pre></code>
6039
-
where the <code><<ahref="#mangle.template-args">template-args</a>></code>
6040
-
is present for a closure type within a variable template specialization
0 commit comments