File tree Expand file tree Collapse file tree 4 files changed +381
-88
lines changed
unordered_set/unordered_set Expand file tree Collapse file tree 4 files changed +381
-88
lines changed Original file line number Diff line number Diff line change 200200
201201 < p class ="text-right "> < small >
202202 最終更新日時(UTC):
203- < span itemprop ="datePublished " content ="2025-05-19T07:16:03 ">
204- 2025年05月19日 07時16分03秒
203+ < span itemprop ="datePublished " content ="2025-05-22T07:18:32 ">
204+ 2025年05月22日 07時18分32秒
205205 </ span >
206206 < br />
207207 < span itemprop ="author " itemscope itemtype ="http://schema.org/Person ">
@@ -254,10 +254,10 @@ <h2>概要</h2>
254254< ul >
255255< li > (1) : 新たな要素< code > x</ code > をコピー挿入する</ li >
256256< li > (2) : 新たな要素< code > y</ code > をムーブ挿入する</ li >
257- < li > (3) : < code > value_type</ code > に変換可能な< code > Key </ code > 型の新たな要素< code > x</ code > を転送して挿入する</ li >
257+ < li > (3) : < code > value_type</ code > に変換可能な< code > K </ code > 型の新たな要素< code > x</ code > を転送して挿入する</ li >
258258< li > (4) : 新たな要素< code > x</ code > をコピー挿入する。< code > hint</ code > パラメータに適切な挿入位置を指定すれば、高速に挿入できる</ li >
259259< li > (5) : 新たな要素< code > y</ code > をムーブ挿入する。< code > hint</ code > パラメータに適切な挿入位置を指定すれば、高速に挿入できる</ li >
260- < li > (6) : < code > value_type</ code > に変換可能な< code > Key </ code > 型の新たな要素< code > x</ code > を転送して挿入する。< code > hint</ code > パラメータに適切な挿入位置を指定すれば、高速に挿入できる</ li >
260+ < li > (6) : < code > value_type</ code > に変換可能な< code > K </ code > 型の新たな要素< code > x</ code > を転送して挿入する。< code > hint</ code > パラメータに適切な挿入位置を指定すれば、高速に挿入できる</ li >
261261< li > (7) : < a class ="cpprefjp-defined-word " data-desc ="2つのイテレータで表現される半開区間を表す。C++20からイテレータと番兵で異なる型であっても指定可能になる "> イテレータ範囲</ a > < code > [first, last)</ code > の要素を挿入する</ li >
262262< li > (8) : 初期化子リスト< code > init</ code > の要素を挿入する</ li >
263263< li > (9) : < code > nh</ code > が空の場合、効果はない。
You can’t perform that action at this time.
0 commit comments