File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,11 @@ int main()
181181- [ Visual C++] ( /implementation.md#visual_cpp ) : ??
182182
183183
184+ ## 関連項目
185+ - [ ` std::inclusive_scan() ` ] ( inclusive_scan.md )
186+ - [ ` std::partial_sum() ` ] ( partial_sum.md )
187+
188+
184189## 参照
185190- [ P0024R2 The Parallelism TS Should be Standardized] ( http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0024r2.html )
186191- [ P0467R2 Iterator Concerns for Parallel Algorithms] ( http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0467r2.html )
Original file line number Diff line number Diff line change @@ -228,6 +228,11 @@ int main()
228228- [ Visual C++] ( /implementation.md#visual_cpp ) : ??
229229
230230
231+ ## 関連項目
232+ - [ ` std::exclusive_scan() ` ] ( exclusive_scan.md )
233+ - [ ` std::partial_sum() ` ] ( partial_sum.md )
234+
235+
231236## 参照
232237- [ P0024R2 The Parallelism TS Should be Standardized] ( http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0024r2.html )
233238- [ P0467R2 Iterator Concerns for Parallel Algorithms] ( http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0467r2.html )
Original file line number Diff line number Diff line change @@ -154,6 +154,11 @@ int main()
154154```
155155
156156
157+ ## 関連項目
158+ - [ ` std::inclusive_scan() ` ] ( inclusive_scan.md )
159+ - [ ` std::exclusive_scan() ` ] ( exclusive_scan.md )
160+
161+
157162## 参照
158163- [ P0616R0 De-pessimize legacy ` <numeric> ` algorithms with ` std::move ` ] ( http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0616r0.pdf )
159164- [ P1645R1 ` constexpr ` for ` <numeric> ` algorithms] ( http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1645r1.html )
You can’t perform that action at this time.
0 commit comments