|
7565 | 7565 | are partitioned with respect to the expressions
|
7566 | 7566 | \tcode{bool(invoke(comp, invoke(proj, e), value))} and
|
7567 | 7567 | \tcode{!bool(invoke(comp, value, invoke(proj, e)))}.
|
7568 |
| -Also, for all elements \tcode{e} of \tcode{[first, last)}, |
| 7568 | +Also, for all elements \tcode{e} of \range{first}{last}, |
7569 | 7569 | \tcode{bool(comp(e, value))} implies \tcode{!bool(comp(\brk{}value, e))}
|
7570 | 7570 | for the overloads in namespace \tcode{std}.
|
7571 | 7571 |
|
|
7632 | 7632 | are partitioned with respect to the expressions
|
7633 | 7633 | \tcode{bool(invoke(comp, invoke(proj, e), value))} and
|
7634 | 7634 | \tcode{!bool(invoke(comp, value, invoke(proj, e)))}.
|
7635 |
| -Also, for all elements \tcode{e} of \tcode{[first, last)}, |
| 7635 | +Also, for all elements \tcode{e} of \range{first}{last}, |
7636 | 7636 | \tcode{bool(comp(e, value))} implies \tcode{!bool(comp(\brk{}value, e))}
|
7637 | 7637 | for the overloads in namespace \tcode{std}.
|
7638 | 7638 |
|
|
10818 | 10818 | \pnum
|
10819 | 10819 | For the overloads with an \tcode{ExecutionPolicy} and a non-empty range,
|
10820 | 10820 | performs \tcode{*result = *first}.
|
10821 |
| -Then, for every \tcode{d} in \tcode{[1, last - first - 1]}, |
| 10821 | +Then, for every \tcode{d} in \crange{1}{last - first - 1}, |
10822 | 10822 | performs \tcode{*(result + d) = binary_op(*(first + d), *(first + (d - 1)))}.
|
10823 | 10823 |
|
10824 | 10824 | \pnum
|
|
0 commit comments