File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4606
4606
\begin {itemdescr }
4607
4607
\pnum
4608
4608
\returns
4609
- The first iterator \tcode {i} in the range \range {first1}{last1 - (last2 - first2)}
4609
+ The first iterator \tcode {i} in the range \crange {first1}{last1 - (last2 - first2)}
4610
4610
such that
4611
4611
for every non-negative integer \tcode {n} less than \tcode {last2 - first2}
4612
4612
the following corresponding conditions hold:
4644
4644
\item
4645
4645
\tcode {\{ i, i + (last2 - first2)\} },
4646
4646
where \tcode {i} is
4647
- the first iterator in the range \range {first1}{last1 - (last2 - first2)}
4647
+ the first iterator in the range \crange {first1}{last1 - (last2 - first2)}
4648
4648
such that
4649
4649
for every non-negative integer \tcode {n} less than \tcode {last2 - first2}
4650
4650
the condition
4705
4705
4706
4706
\pnum
4707
4707
\returns
4708
- The first iterator \tcode {i} in the range \range {first}{last - count}
4708
+ The first iterator \tcode {i} in the range \crange {first}{last - count}
4709
4709
such that for every non-negative integer \tcode {n} less than \tcode {count}
4710
4710
the condition $ E$ is \tcode {true}.
4711
4711
Returns \tcode {last} if no such iterator is found.
4736
4736
\pnum
4737
4737
\returns
4738
4738
\tcode {\{ i, i + count\} }
4739
- where \tcode {i} is the first iterator in the range \range {first}{last - count}
4739
+ where \tcode {i} is the first iterator in the range \crange {first}{last - count}
4740
4740
such that for every non-negative integer \tcode {n} less than \tcode {count},
4741
4741
the following condition holds:
4742
4742
\tcode {invoke(pred, invoke(proj, *(i + n)), value)}.
You can’t perform that action at this time.
0 commit comments