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 f60caf4 commit 2f628c0Copy full SHA for 2f628c0
source/ranges.tex
@@ -2694,7 +2694,7 @@
2694
\begin{itemdescr}
2695
\pnum
2696
\effects
2697
-Equivalent to: \tcode{return iterator\{\exposid{value_}\};}
+Equivalent to: \tcode{return \exposid{iterator}\{\exposid{value_}\};}
2698
\end{itemdescr}
2699
2700
\indexlibrarymember{end}{iota_view}%
@@ -2722,7 +2722,7 @@
2722
2723
2724
2725
-Equivalent to: \tcode{return iterator\{bound_\};}
+Equivalent to: \tcode{return \exposid{iterator}\{\exposid{bound_}\};}
2726
2727
2728
\indexlibrarymember{size}{iota_view}%
0 commit comments