2
2
<feed xmlns =" http://www.w3.org/2005/Atom" >
3
3
<title >cpprefjp - C++日本語リファレンス</title >
4
4
<link href =" https://cpprefjp.github.io" />
5
- <updated >2025-01-20T14:41:20.655990 </updated >
6
- <id >e45d9b6c-fedc-4f55-9208-d7be791971f4 </id >
5
+ <updated >2025-01-21T01:08:48.358847 </updated >
6
+ <id >bd6ef866-bc24-4e77-b260-188a61a261b5 </id >
7
7
8
8
9
+ <entry >
10
+ <title >flat_map::containers -- コード修飾の修正 (fixup edf7962b6)</title >
11
+ <link href =" https://cpprefjp.github.io/reference/flat_map/flat_map/containers.html" />
12
+ <id >04d3ab4eca30af4253dc57ea6bfeda403e96711c:reference/flat_map/flat_map/containers.md</id >
13
+ <updated >2025-01-21T10:05:13+09:00</updated >
14
+
15
+ <summary type =" html" >< pre>< code> diff --git a/reference/flat_map/flat_map/containers.md b/reference/flat_map/flat_map/containers.md
16
+ index 4f589ec16..c5c2d0995 100644
17
+ --- a/reference/flat_map/flat_map/containers.md
18
+ +++ b/reference/flat_map/flat_map/containers.md
19
+ @@ -62,7 +62,7 @@ int main()
20
+ }
21
+ ```
22
+ * containers[color ff0000]
23
+ -* fm.extract()[link extract.md]
24
+ +* extract()[link extract.md]
25
+
26
+ #### 出力
27
+ ```
28
+ < /code>< /pre> </summary >
29
+
30
+ <author >
31
+ <name >Koichi Murase</name >
32
+
33
+ </author >
34
+ </entry >
35
+
9
36
<entry >
10
37
<title >flat_map -- add extract() and replace() to flat_map (#1078)</title >
11
38
<link href =" https://cpprefjp.github.io/reference/flat_map/flat_map.html" />
@@ -1449,31 +1476,4 @@ index 4d74e62b0..2e632953f 100644
1449
1476
</author >
1450
1477
</entry >
1451
1478
1452
- <entry >
1453
- <title >insert -- Merge pull request #1402 from Mugen2411/cpprefjp/typo_vector_insert</title >
1454
- <link href =" https://cpprefjp.github.io/reference/vector/vector/insert.html" />
1455
- <id >418d323818a0560ffb42267d65b7110901b49393:reference/vector/vector/insert.md</id >
1456
- <updated >2025-01-19T19:55:13+09:00</updated >
1457
-
1458
- <summary type =" html" >< pre>< code> diff --git a/reference/vector/vector/insert.md b/reference/vector/vector/insert.md
1459
- index 5440514e5..7fffa97d1 100644
1460
- --- a/reference/vector/vector/insert.md
1461
- +++ b/reference/vector/vector/insert.md
1462
- @@ -7,7 +7,7 @@
1463
- ```cpp
1464
- iterator insert(iterator position, const T& amp; x); // (1) C++03
1465
- iterator insert(const_iterator position, const T& amp; x); // (1) C++11
1466
- -consrexpr iterator insert(const_iterator position, const T& amp; x); // (1) C++20
1467
- +constexpr iterator insert(const_iterator position, const T& amp; x); // (1) C++20
1468
-
1469
- iterator insert(const_iterator position, T& amp;& amp; x); // (2) C++11
1470
- constexpr iterator insert(const_iterator position, T& amp;& amp; x); // (2) C++20
1471
- < /code>< /pre> </summary >
1472
-
1473
- <author >
1474
- <name >Akira Takahashi</name >
1475
-
1476
- </author >
1477
- </entry >
1478
-
1479
1479
</feed >
0 commit comments