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 2337bac commit 187538cCopy full SHA for 187538c
source/ranges.tex
@@ -1253,6 +1253,9 @@
1253
\end{itemdecl}
1254
1255
\begin{itemdescr}
1256
+\pnum
1257
+\expects \range{i}{s} is a valid range.
1258
+
1259
\pnum
1260
\effects Initializes \tcode{begin_} with \tcode{i} and \tcode{end_} with
1261
\tcode{s}.
@@ -1266,7 +1269,8 @@
1266
1269
1267
1270
1268
1271
-\expects \tcode{n == ranges::distance(i, s)}.
1272
+\expects \range{i}{s} is a valid range, and
1273
+\tcode{n == ranges::distance(i, s)}.
1274
1275
1276
0 commit comments