Skip to content

Commit 2285ef5

Browse files
committed
accumulateとreduceを相互に関連項目として記載
1 parent 8dcfab5 commit 2285ef5

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

reference/numeric/accumulate.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@ T accumulate(InputIterator first, InputIterator last, T init,
161161
* std::move[link /reference/utility/move.md]
162162

163163

164+
## 関連項目
165+
- [`std::reduce()`](reduce.md)
166+
167+
164168
## 参照
165169
- [P0616R0 De-pessimize legacy `<numeric>` algorithms with `std::move`](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0616r0.pdf)
166170
- [P1645R1 `constexpr` for `<numeric>` algorithms](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1645r1.html)

reference/numeric/reduce.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,10 @@ product : 120
159159
- [Visual C++](/implementation.md#visual_cpp): ??
160160

161161

162+
## 関連項目
163+
- [`std::accumulate()`](accumulate.md)
164+
165+
162166
## 参照
163167
- [P0024R2 The Parallelism TS Should be Standardized](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0024r2.html)
164168
- [P0467R2 Iterator Concerns for Parallel Algorithms](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0467r2.html)

0 commit comments

Comments
 (0)