Skip to content

Commit c98e021

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 0e69574 commit c98e021

File tree

4 files changed

+64
-37
lines changed

4 files changed

+64
-37
lines changed

reference/thread/jthread.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2024-06-11T13:45:38">
192-
2024年06月11日 13時45分38秒
191+
<span itemprop="datePublished" content="2024-12-16T01:59:12">
192+
2024年12月16日 01時59分12秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -371,7 +371,7 @@ <h3>基本的な使い方</h3>
371371
<span class="p">{</span>
372372
<span class="n">sum1</span> <span class="o">=</span> <span class="mi">0</span><span class="p">;</span>
373373
<span class="k">for</span> <span class="p">(</span><span class="n"><a href="../cstdint/uint64_t.html">std::uint64_t</a></span> <span class="n">i</span> <span class="o">=</span> <span class="mi">1</span><span class="p">;</span> <span class="n">i</span> <span class="o">&lt;</span> <span class="n">n</span><span class="p">;</span> <span class="o">++</span><span class="n">i</span><span class="p">)</span> <span class="p">{</span>
374-
<span class="k">if</span> <span class="p">(</span><span class="n">stoken</span><span class="p">.</span><span class="n">stop_requested</span><span class="p">())</span> <span class="p">{</span>
374+
<span class="k">if</span> <span class="p">(</span><span class="n"><a href="../stop_token/stop_token/stop_requested.html">stoken.stop_requested()</a></span><span class="p">)</span> <span class="p">{</span>
375375
<span class="c1">// 中断リクエストがきたのでスレッドを終了する</span>
376376
<span class="k">break</span><span class="p">;</span>
377377
<span class="p">}</span>

reference/thread/jthread/op_constructor.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@
200200

201201
<p class="text-right"><small>
202202
最終更新日時(UTC):
203-
<span itemprop="datePublished" content="2024-12-16T01:51:53">
204-
2024年12月16日 01時51分53秒
203+
<span itemprop="datePublished" content="2024-12-16T01:59:12">
204+
2024年12月16日 01時59分12秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -340,7 +340,7 @@ <h2>例</h2>
340340
<span class="p">{</span>
341341
<span class="n">sum1</span> <span class="o">=</span> <span class="mi">0</span><span class="p">;</span>
342342
<span class="k">for</span> <span class="p">(</span><span class="n"><a href="../../cstdint/uint64_t.html">std::uint64_t</a></span> <span class="n">i</span> <span class="o">=</span> <span class="mi">1</span><span class="p">;</span> <span class="n">i</span> <span class="o">&lt;</span> <span class="n">n</span><span class="p">;</span> <span class="o">++</span><span class="n">i</span><span class="p">)</span> <span class="p">{</span>
343-
<span class="k">if</span> <span class="p">(</span><span class="n">stoken</span><span class="p">.</span><span class="n">stop_requested</span><span class="p">())</span> <span class="p">{</span>
343+
<span class="k">if</span> <span class="p">(</span><span class="n"><a href="../../stop_token/stop_token/stop_requested.html">stoken.stop_requested()</a></span><span class="p">)</span> <span class="p">{</span>
344344
<span class="c1">// 中断リクエストがきたのでスレッドを終了する</span>
345345
<span class="k">break</span><span class="p">;</span>
346346
<span class="p">}</span>

rss.xml

Lines changed: 56 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,64 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title>cpprefjp - C++日本語リファレンス</title>
44
<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>
77

88

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">&lt;pre&gt;&lt;code&gt;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+
&lt;/code&gt;&lt;/pre&gt;</summary>
29+
30+
<author>
31+
<name>Akira Takahashi</name>
32+
<email>[email protected]</email>
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">&lt;pre&gt;&lt;code&gt;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+
&lt;/code&gt;&lt;/pre&gt;</summary>
56+
57+
<author>
58+
<name>Akira Takahashi</name>
59+
<email>[email protected]</email>
60+
</author>
61+
</entry>
62+
963
<entry>
1064
<title>コンストラクタ -- jthread::コンストラクタ : 表示崩れを修正</title>
1165
<link href="https://cpprefjp.github.io/reference/thread/jthread/op_constructor.html"/>
@@ -170,31 +224,4 @@ index ba9a1c749..e14632dab 100644
170224
</author>
171225
</entry>
172226

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">&lt;pre&gt;&lt;code&gt;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&amp;lt;has-member-value-type T&amp;gt;
185-
requires has-member-element-type&amp;lt;T&amp;gt; &amp;amp;&amp;amp;
186-
same_as&amp;lt;remove_cv_t&amp;lt;typename T::element_type&amp;gt;,
187-
- remove_cv_t&amp;lt;typename T::value_type&amp;gt;&amp;gt;; }
188-
+ remove_cv_t&amp;lt;typename T::value_type&amp;gt;&amp;gt;
189-
struct indirectly_readable_traits&amp;lt;T&amp;gt;
190-
: cond-value-type&amp;lt;typename T::value_type&amp;gt; { };
191-
}
192-
&lt;/code&gt;&lt;/pre&gt;</summary>
193-
194-
<author>
195-
<name>biobios</name>
196-
<email>[email protected]</email>
197-
</author>
198-
</entry>
199-
200227
</feed>

sitemap.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20681,7 +20681,7 @@
2068120681

2068220682
<url>
2068320683
<loc>https://cpprefjp.github.io/reference/thread/jthread.html</loc>
20684-
<lastmod>2024-12-16T10:43:31+09:00</lastmod>
20684+
<lastmod>2024-12-16T10:59:12+09:00</lastmod>
2068520685
<changefreq>daily</changefreq>
2068620686
<priority>0.7</priority>
2068720687
</url>
@@ -20814,7 +20814,7 @@
2081420814

2081520815
<url>
2081620816
<loc>https://cpprefjp.github.io/reference/thread/jthread/op_constructor.html</loc>
20817-
<lastmod>2024-12-16T10:51:53+09:00</lastmod>
20817+
<lastmod>2024-12-16T10:59:12+09:00</lastmod>
2081820818
<changefreq>daily</changefreq>
2081920819
<priority>0.6</priority>
2082020820
</url>

0 commit comments

Comments
 (0)