|
7322 | 7322 | are partitioned with respect to the expressions |
7323 | 7323 | \tcode{bool(invoke(comp, invoke(proj, e), value))} and |
7324 | 7324 | \tcode{!bool(invoke(comp, value, invoke(proj, e)))}. |
7325 | | -Also, for all elements \tcode{e} of \tcode{[first, last)}, |
| 7325 | +Also, for all elements \tcode{e} of \range{first}{last}, |
7326 | 7326 | \tcode{bool(comp(e, value))} implies \tcode{!bool(comp(\brk{}value, e))} |
7327 | 7327 | for the overloads in namespace \tcode{std}. |
7328 | 7328 |
|
|
7386 | 7386 | are partitioned with respect to the expressions |
7387 | 7387 | \tcode{bool(invoke(comp, invoke(proj, e), value))} and |
7388 | 7388 | \tcode{!bool(invoke(comp, value, invoke(proj, e)))}. |
7389 | | -Also, for all elements \tcode{e} of \tcode{[first, last)}, |
| 7389 | +Also, for all elements \tcode{e} of \range{first}{last}, |
7390 | 7390 | \tcode{bool(comp(e, value))} implies \tcode{!bool(comp(\brk{}value, e))} |
7391 | 7391 | for the overloads in namespace \tcode{std}. |
7392 | 7392 |
|
|
10559 | 10559 | \pnum |
10560 | 10560 | For the overloads with an \tcode{ExecutionPolicy} and a non-empty range, |
10561 | 10561 | performs \tcode{*result = *first}. |
10562 | | -Then, for every \tcode{d} in \tcode{[1, last - first - 1]}, |
| 10562 | +Then, for every \tcode{d} in \crange{1}{last - first - 1}, |
10563 | 10563 | performs \tcode{*(result + d) = binary_op(*(first + d), *(first + (d - 1)))}. |
10564 | 10564 |
|
10565 | 10565 | \pnum |
|
0 commit comments