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