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-12-16T01:54:56.350331 </updated >
6
- <id >d8c1fae4-ee1c-45c6-a8e9-6992bc4d995d </id >
5
+ <updated >2024-12-16T02:02:17.220195 </updated >
6
+ <id >c600d472-5502-471d-8687-694d08b0dd6f </id >
7
7
8
8
9
+ <entry >
10
+ <title >jthread -- jthread: コード修飾ミスを修正</title >
11
+ <link href =" https://cpprefjp.github.io/reference/thread/jthread.html" />
12
+ <id >073c4bc6ac4734a56d512f81872f87fa12538db3:reference/thread/jthread.md</id >
13
+ <updated >2024-12-16T10:59:12+09:00</updated >
14
+
15
+ <summary type =" html" >< pre>< code> diff --git a/reference/thread/jthread.md b/reference/thread/jthread.md
16
+ index 9ba75dc41..bd9afa005 100644
17
+ --- a/reference/thread/jthread.md
18
+ +++ b/reference/thread/jthread.md
19
+ @@ -114,7 +114,7 @@ int main()
20
+ ```
21
+ * std::uint64_t[link /reference/cstdint/uint64_t.md]
22
+ * std::stop_token[link /reference/stop_token/stop_token.md]
23
+ -* token.stop_requested()[link /reference/stop_token/stop_token/stop_requested.md]
24
+ +* stoken.stop_requested()[link /reference/stop_token/stop_token/stop_requested.md]
25
+ * std::this_thread::sleep_for[link /reference/thread/this_thread/sleep_for.md]
26
+ * t1.request_stop()[link jthread/request_stop.md]
27
+
28
+ < /code>< /pre> </summary >
29
+
30
+ <author >
31
+ <name >Akira Takahashi</name >
32
+
33
+ </author >
34
+ </entry >
35
+
36
+ <entry >
37
+ <title >コンストラクタ -- jthread: コード修飾ミスを修正</title >
38
+ <link href =" https://cpprefjp.github.io/reference/thread/jthread/op_constructor.html" />
39
+ <id >073c4bc6ac4734a56d512f81872f87fa12538db3:reference/thread/jthread/op_constructor.md</id >
40
+ <updated >2024-12-16T10:59:12+09:00</updated >
41
+
42
+ <summary type =" html" >< pre>< code> diff --git a/reference/thread/jthread/op_constructor.md b/reference/thread/jthread/op_constructor.md
43
+ index d6d6cee7a..f8f6b19ef 100644
44
+ --- a/reference/thread/jthread/op_constructor.md
45
+ +++ b/reference/thread/jthread/op_constructor.md
46
+ @@ -145,7 +145,7 @@ int main()
47
+ ```
48
+ * std::uint64_t[link /reference/cstdint/uint64_t.md]
49
+ * std::stop_token[link /reference/stop_token/stop_token.md]
50
+ -* token.stop_requested()[link /reference/stop_token/stop_token/stop_requested.md]
51
+ +* stoken.stop_requested()[link /reference/stop_token/stop_token/stop_requested.md]
52
+ * std::this_thread::sleep_for[link /reference/thread/this_thread/sleep_for.md]
53
+ * t1.request_stop()[link request_stop.md]
54
+
55
+ < /code>< /pre> </summary >
56
+
57
+ <author >
58
+ <name >Akira Takahashi</name >
59
+
60
+ </author >
61
+ </entry >
62
+
9
63
<entry >
10
64
<title >コンストラクタ -- jthread::コンストラクタ : 表示崩れを修正</title >
11
65
<link href =" https://cpprefjp.github.io/reference/thread/jthread/op_constructor.html" />
@@ -170,31 +224,4 @@ index ba9a1c749..e14632dab 100644
170
224
</author >
171
225
</entry >
172
226
173
- <entry >
174
- <title >indirectly_readable_traits -- fix type</title >
175
- <link href =" https://cpprefjp.github.io/reference/iterator/indirectly_readable_traits.html" />
176
- <id >bb2acdfa1cdf275f8d6f3e5c9c4bc8f446aec2ce:reference/iterator/indirectly_readable_traits.md</id >
177
- <updated >2024-12-15T04:22:43+09:00</updated >
178
-
179
- <summary type =" html" >< pre>< code> diff --git a/reference/iterator/indirectly_readable_traits.md b/reference/iterator/indirectly_readable_traits.md
180
- index c8b9ef2e2..f57b71e1c 100644
181
- --- a/reference/iterator/indirectly_readable_traits.md
182
- +++ b/reference/iterator/indirectly_readable_traits.md
183
- @@ -59,7 +59,7 @@ namespace std {
184
- template& lt;has-member-value-type T& gt;
185
- requires has-member-element-type& lt;T& gt; & amp;& amp;
186
- same_as& lt;remove_cv_t& lt;typename T::element_type& gt;,
187
- - remove_cv_t& lt;typename T::value_type& gt;& gt;; }
188
- + remove_cv_t& lt;typename T::value_type& gt;& gt;
189
- struct indirectly_readable_traits& lt;T& gt;
190
- : cond-value-type& lt;typename T::value_type& gt; { };
191
- }
192
- < /code>< /pre> </summary >
193
-
194
- <author >
195
- <name >biobios</name >
196
-
197
- </author >
198
- </entry >
199
-
200
227
</feed >
0 commit comments