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 >2024-09-24T04:57:23.410973 </updated >
6
- <id >e9f5ecd3-e2fc-498f-b70c-9d915d0c27f8 </id >
5
+ <updated >2024-09-24T05:07:31.094506 </updated >
6
+ <id >7e502662-d2f2-4da5-ae20-ca9c1ba14ddf </id >
7
7
8
8
9
+ <entry >
10
+ <title >equal_range -- コード修飾を追加</title >
11
+ <link href =" https://cpprefjp.github.io/reference/map/multimap/equal_range.html" />
12
+ <id >9b64b46833f2c688530df948a370486484bba463:reference/map/multimap/equal_range.md</id >
13
+ <updated >2024-09-24T14:04:34+09:00</updated >
14
+
15
+ <summary type =" html" >< pre>< code> diff --git a/reference/map/multimap/equal_range.md b/reference/map/multimap/equal_range.md
16
+ index e523e8717..20825c4ca 100644
17
+ --- a/reference/map/multimap/equal_range.md
18
+ +++ b/reference/map/multimap/equal_range.md
19
+ @@ -69,6 +69,7 @@ int main()
20
+ }
21
+ ```
22
+ * equal_range[color ff0000]
23
+ +* m.end()[link end.md]
24
+
25
+ ### 出力
26
+ ```
27
+ < /code>< /pre> </summary >
28
+
29
+ <author >
30
+ <name >Akira Takahashi</name >
31
+ <email >faithandbrave@gmail.com</email >
32
+ </author >
33
+ </entry >
34
+
9
35
<entry >
10
36
<title >equal_range -- multimap::equa_range : エラー処理を追加</title >
11
37
<link href =" https://cpprefjp.github.io/reference/map/multimap/equal_range.html" />
@@ -122,31 +148,4 @@ index 89f0e08c1..cbcf21a88 100644
122
148
</author >
123
149
</entry >
124
150
125
- <entry >
126
- <title >コンストラクタ -- uniform_real_distribution: 範囲外が出ることがある件の参照追加</title >
127
- <link href =" https://cpprefjp.github.io/reference/random/uniform_real_distribution/op_constructor.html" />
128
- <id >1cb0ea1982be0f8c765149be0aa2d4d832e1245b:reference/random/uniform_real_distribution/op_constructor.md</id >
129
- <updated >2024-02-01T01:42:36+09:00</updated >
130
-
131
- <summary type =" html" >< pre>< code> diff --git a/reference/random/uniform_real_distribution/op_constructor.md b/reference/random/uniform_real_distribution/op_constructor.md
132
- index d64649495..b2dc13309 100644
133
- --- a/reference/random/uniform_real_distribution/op_constructor.md
134
- +++ b/reference/random/uniform_real_distribution/op_constructor.md
135
- @@ -82,4 +82,6 @@ int main()
136
-
137
- ## 参照
138
-
139
- -- [P0935R0 Eradicating unnecessarily explicit default constructors from the standard library](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0935r0.html)
140
- \ No newline at end of file
141
- +- [P0935R0 Eradicating unnecessarily explicit default constructors from the standard library](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0935r0.html)
142
- +- [C++ の std::uniform_real_distribution はあまり信用できない。](https://qiita.com/Nabetani/items/b6b5f80c77b92ff8bd9f)
143
- + - a ≤ x & lt; b なるx を返すはずであるが、その範囲外の値が返ってくるライブラリ実装が存在することの指摘。
144
- < /code>< /pre> </summary >
145
-
146
- <author >
147
- <name >lpha</name >
148
- <email >sphenocorona@gmail.com</email >
149
- </author >
150
- </entry >
151
-
152
151
</feed >
0 commit comments