Skip to content

Commit 00f9995

Browse files
committed
std::merge : 関連項目を追加
1 parent 5df0bf4 commit 00f9995

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

reference/algorithm/merge.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,11 @@ OutputIterator merge(InputIterator1 first1, InputIterator1 last1,
172172
* std::copy[link copy.md]
173173
174174
175+
## 関連項目
176+
- [`std::set::merge()`](/reference/set/set/merge.md)
177+
- [`std::set_union()`](set_union.md)
178+
179+
175180
## 参照
176181
- [P0574R1 Algorithm Complexity Constraints and Parallel Overloads](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0574r1.html)
177182
- [P0202R3 Add Constexpr Modifiers to Functions in `<algorithm>` and `<utility>` Headers](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0202r3.html)

0 commit comments

Comments
 (0)