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 89a4af4 commit 2da91daCopy full SHA for 2da91da
source/utilities.tex
@@ -4845,8 +4845,10 @@
4845
4846
\pnum
4847
\effects
4848
-Let \tcode{is...} be \tcode{vars.index()...}. Returns \tcode{\placeholdernc{INVOKE}(forward<Visitor>(vis), get<is>(}\brk{}
4849
-\tcode{forward<Variants>(vars))...);}\iref{func.require}.
+Let \tcode{is...} be \tcode{vars.index()...}. Returns:
+\begin{codeblock}
4850
+@\placeholdernc{INVOKE}@(std::forward<Visitor>(vis), get<is>(std::forward<Variants>(vars))...) // see \ref{func.require}
4851
+\end{codeblock}
4852
4853
4854
\remarks
@@ -19782,4 +19784,3 @@
19782
19784
\end{itemdescr}
19783
19785
19786
\xref ISO C 7.22.1.3, 7.22.1.4
-
0 commit comments