Skip to content

Commit

Permalink
リンク修正
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed Aug 16, 2023
1 parent 2dd6e26 commit 1e33730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/flat_map/flat_map/insert.md
Expand Up @@ -40,7 +40,7 @@ void insert(sorted_unique_t s,
```
* pair[link /reference/utility/pair.md]
* initializer_list[link /reference/initializer_list/initializer_list.md]
* sorted_unique_t[link ]
* sorted_unique_t[link /reference/flat_map/sorted_unique_t.md]
## 概要
新しく一つの要素(引数 `x`, `y`を使う)または要素のシーケンス(入力イテレータまたは `initializer_list` を使う)を挿入し、コンテナを拡張する。
Expand Down

0 comments on commit 1e33730

Please sign in to comment.