File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Parallel Reduction for rvalues
1010.. role :: specext
1111
1212.. raw :: html
13+
1314 <style > .specext {background-color :yellow ;} </style >
1415
1516Description
@@ -26,7 +27,7 @@ Modifications of the API specifications are :specext:`highlighted`.
2627
2728**ParallelReduceFunc Requirements: Pseudo-Signature, Semantics **
2829
29- .. cpp :function :: :specext:` Value Func::operator ()(const Range& range, Value&& x) const `
30+ .. cpp :function :: Value Func::operator ()(const Range& range, Value&& x) const
3031
3132:specext: `or `
3233
@@ -42,14 +43,7 @@ Modifications of the API specifications are :specext:`highlighted`.
4243
4344**ParallelReduceReduction Requirements: Pseudo-Signature, Semantics **
4445
45- .. cpp :function :: Value Reduction::operator ()(const Value& x, const Value& y) const
46-
47- Combines results ``x `` and ``y ``.
48- ``Value `` type must be the same as a corresponding template parameter for the
49- :doc: `parallel_reduce algorithm <../../algorithms/functions/parallel_reduce_func >` algorithm.
50-
51-
52- .. cpp :function :: :specext:`Value Reduction::operator ()(Value&& x, Value&& y) const `
46+ .. cpp :function :: Value Reduction::operator ()(Value&& x, Value&& y) const `
5347
5448:specext: `or `
5549
You can’t perform that action at this time.
0 commit comments