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 46064606\begin {itemdescr }
46074607\pnum
46084608\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)}
46104610such that
46114611for every non-negative integer \tcode {n} less than \tcode {last2 - first2}
46124612the following corresponding conditions hold:
46444644\item
46454645 \tcode {\{ i, i + (last2 - first2)\} },
46464646 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)}
46484648 such that
46494649 for every non-negative integer \tcode {n} less than \tcode {last2 - first2}
46504650 the condition
47054705
47064706\pnum
47074707\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}
47094709such that for every non-negative integer \tcode {n} less than \tcode {count}
47104710the condition $ E$ is \tcode {true}.
47114711Returns \tcode {last} if no such iterator is found.
47364736\pnum
47374737\returns
47384738\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}
47404740such that for every non-negative integer \tcode {n} less than \tcode {count},
47414741the following condition holds:
47424742\tcode {invoke(pred, invoke(proj, *(i + n)), value)}.
You can’t perform that action at this time.
0 commit comments