We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b238a71 commit c7ad72aCopy full SHA for c7ad72a
source/declarators.tex
@@ -2315,7 +2315,10 @@
2315
and
2316
the number of elements in
2317
the \grammarterm{identifier-list} shall be equal to the value of that
2318
-expression. The \grammarterm{unqualified-id} \tcode{get} is looked up
+expression.
2319
+Let \tcode{i} be an index prvalue of type \tcode{std::size_t}
2320
+corresponding to $\tcode{v}_\tcode{i}$.
2321
+The \grammarterm{unqualified-id} \tcode{get} is looked up
2322
in the scope of \tcode{E} by class member access lookup\iref{basic.lookup.classref},
2323
and if that finds at least one declaration
2324
that is a function template whose first template parameter
0 commit comments