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 01f3fd7 commit ebdea19Copy full SHA for ebdea19
source/iterators.tex
@@ -5338,6 +5338,10 @@
5338
\end{itemdecl}
5339
5340
\begin{itemdescr}
5341
+\pnum
5342
+\expects
5343
+\tcode{length > 0} is \tcode{true}.
5344
+
5345
\pnum
5346
\effects
5347
Equivalent to: \tcode{return *current;}
@@ -5641,6 +5645,10 @@
5641
5645
5642
5646
5643
5647
5648
5649
5650
+\tcode{i.length > 0} is \tcode{true}.
5651
5644
5652
5653
5654
Equivalent to: \tcode{return ranges::iter_move(i.current);}
@@ -5655,6 +5663,10 @@
5655
5663
5656
5664
5657
5665
5666
5667
5668
+Both \tcode{x.length > 0} and \tcode{y.length > 0} are \tcode{true}.
5669
5658
5670
5659
5671
5660
5672
Equivalent to \tcode{ranges::iter_swap(x.current, y.current)}.
0 commit comments