Skip to content

Commit d10cd74

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent cd073c5 commit d10cd74

File tree

4 files changed

+40
-42
lines changed

4 files changed

+40
-42
lines changed

reference/chrono/make24.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ <h2>例</h2>
239239
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">12h</a></span><span class="p">,</span> <span class="nb">false</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">0h</a></span><span class="p">);</span>
240240

241241
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">12h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">12h</a></span><span class="p">);</span>
242-
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">1h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="mi">1l</span><span class="n">VxgcTWTnMoxHteSGwbFVHFidlXaqwXq</span><span class="p">);</span>
242+
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">1h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="mi">1</span><span class="n"><a href="duration/op_h.html">3h</a></span><span class="p">);</span>
243243
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">3h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">15h</a></span><span class="p">);</span>
244244
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">11h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">23h</a></span><span class="p">);</span>
245245
<span class="p">}</span>

reference/execution/execution/run_loop.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
</head>
7070
<body>
71-
<header data-kunai-mdinfo="{&#34;meta&#34;: {&#34;header&#34;: [&#34;execution&#34;], &#34;id-type&#34;: [&#34;class&#34;], &#34;namespace&#34;: [&#34;std::execution&#34;], &#34;cpp&#34;: [&#34;cpp26&#34;]}, &#34;sources&#34;: [{&#34;id&#34;: &#34;b4143e51092cd5564b781db73454ee3c5ba13363&#34;, &#34;source&#34;: &#34;#include &lt;print&gt;\n#include &lt;execution&gt;\nnamespace ex = std::execution;\n\nstruct MyReceiver {\n using receiver_concept = ex::receiver_t;\n\n void set_value() noexcept\n { std::println(\&#34;success\&#34;); }\n void set_error(std::exception_ptr) noexcept\n { std::println(\&#34;failure\&#34;); }\n void set_stopped() noexcept\n { std::println(\&#34;cancellation\&#34;); }\n};\n\n\nint main()\n{\n ex::run_loop loop;\n // count=0, state=\u958b\u59cb(starting)\n\n // run_loop\u306e\u30b9\u30b1\u30b8\u30e5\u30fc\u30ebSender\u3068Receiver\u3092\u63a5\u7d9a\n ex::scheduler auto sch = loop.get_scheduler();\n ex::sender auto sndr = ex::schedule(sch);\n ex::receiver auto rcvr = MyReceiver{};\n auto op = ex::connect(sndr, rcvr);\n\n // run_loop\u30ad\u30e5\u30fc\u306b\u4f5c\u696d\u30921\u3064\u8ffd\u52a0\n ex::start(op);\n // count=1, state=\u958b\u59cb(starting)\n\n // run_loop\u72b6\u614b\u3092\u7d42\u4e86\u4e2d(finished)\u3078\u5909\u66f4\n loop.finish();\n // count=1, state=\u7d42\u4e86\u4e2d(finished)\n\n // run_loop\u30ad\u30e5\u30fc\u4e0a\u306e\u4f5c\u696d\u3092\u9010\u6b21\u5b9f\u884c\n loop.run();\n // count=0, state=\u7d42\u4e86\u6e08\u307f(finished)\n}\n&#34;}], &#34;page_id&#34;: [&#34;reference&#34;, &#34;execution&#34;, &#34;execution&#34;, &#34;run_loop&#34;]}">
71+
<header data-kunai-mdinfo="{&#34;meta&#34;: {&#34;header&#34;: [&#34;execution&#34;], &#34;id-type&#34;: [&#34;class&#34;], &#34;namespace&#34;: [&#34;std::execution&#34;], &#34;cpp&#34;: [&#34;cpp26&#34;]}, &#34;sources&#34;: [{&#34;id&#34;: &#34;4e087247f002d88efd9c86a5bcd43c0942fb4e93&#34;, &#34;source&#34;: &#34;#include &lt;print&gt;\n#include &lt;execution&gt;\nnamespace ex = std::execution;\n\nstruct MyReceiver {\n using receiver_concept = ex::receiver_t;\n\n void set_value() noexcept\n { std::println(\&#34;success\&#34;); }\n void set_error(std::exception_ptr) noexcept\n { std::println(\&#34;failure\&#34;); }\n void set_stopped() noexcept\n { std::println(\&#34;cancellation\&#34;); }\n};\n\n\nint main()\n{\n ex::run_loop loop;\n // count=0, state=\u958b\u59cb(starting)\n\n // run_loop\u306e\u30b9\u30b1\u30b8\u30e5\u30fc\u30ebSender\u3068Receiver\u3092\u63a5\u7d9a\n ex::scheduler auto sch = loop.get_scheduler();\n ex::sender auto sndr = ex::schedule(sch);\n ex::receiver auto rcvr = MyReceiver{};\n auto op = ex::connect(sndr, rcvr);\n\n // run_loop\u30ad\u30e5\u30fc\u306b\u4f5c\u696d\u30921\u3064\u8ffd\u52a0\n ex::start(op);\n // count=1, state=\u958b\u59cb(starting)\n\n // run_loop\u72b6\u614b\u3092\u7d42\u4e86\u4e2d(finishing)\u3078\u5909\u66f4\n loop.finish();\n // count=1, state=\u7d42\u4e86\u4e2d(finishing)\n\n // run_loop\u30ad\u30e5\u30fc\u4e0a\u306e\u4f5c\u696d\u3092\u9010\u6b21\u5b9f\u884c\n loop.run();\n // count=0, state=\u7d42\u4e86\u6e08\u307f(finished)\n}\n&#34;}], &#34;page_id&#34;: [&#34;reference&#34;, &#34;execution&#34;, &#34;execution&#34;, &#34;run_loop&#34;]}">
7272
<nav class="navbar navbar-default" role="navigation">
7373
<div class="container-fluid">
7474
<div class="navbar-header">
@@ -200,8 +200,8 @@
200200

201201
<p class="text-right"><small>
202202
最終更新日時(UTC):
203-
<span itemprop="datePublished" content="2025-04-30T09:09:00">
204-
2025年04月30日 09時09分00秒
203+
<span itemprop="datePublished" content="2025-05-01T15:41:32">
204+
2025年05月01日 15時41分32秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -309,7 +309,7 @@ <h2>メンバ型</h2>
309309
</tbody>
310310
</table>
311311
<h2></h2>
312-
<p><div class="yata" id="b4143e51092cd5564b781db73454ee3c5ba13363"><div class="codehilite"><pre><span></span><code><span class="cp">#include</span> <span class="cpf"><a href="../../print.html">&lt;print&gt;</a></span><span class="cp"></span>
312+
<p><div class="yata" id="4e087247f002d88efd9c86a5bcd43c0942fb4e93"><div class="codehilite"><pre><span></span><code><span class="cp">#include</span> <span class="cpf"><a href="../../print.html">&lt;print&gt;</a></span><span class="cp"></span>
313313
<span class="cp">#include</span> <span class="cpf"><a href="../../execution.html">&lt;execution&gt;</a></span><span class="cp"></span>
314314
<span class="k">namespace</span> <span class="n">ex</span> <span class="o">=</span> <span class="n">std</span><span class="o">::</span><span class="n">execution</span><span class="p">;</span>
315315

@@ -340,9 +340,9 @@ <h2>例</h2>
340340
<span class="n"><a href="start.html">ex::start</a></span><span class="p">(</span><span class="n">op</span><span class="p">);</span>
341341
<span class="c1">// count=1, state=開始(starting)</span>
342342

343-
<span class="c1">// run_loop状態を終了中(finished)へ変更</span>
343+
<span class="c1">// run_loop状態を終了中(finishing)へ変更</span>
344344
<span class="n">loop</span><span class="p">.</span><span class="n"><a href="run_loop/finish.html">finish()</a></span><span class="p">;</span>
345-
<span class="c1">// count=1, state=終了中(finished)</span>
345+
<span class="c1">// count=1, state=終了中(finishing)</span>
346346

347347
<span class="c1">// run_loopキュー上の作業を逐次実行</span>
348348
<span class="n">loop</span><span class="p">.</span><span class="n"><a href="run_loop/run.html">run()</a></span><span class="p">;</span>

rss.xml

Lines changed: 32 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,40 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title>cpprefjp - C++日本語リファレンス</title>
44
<link href="https://cpprefjp.github.io" />
5-
<updated>2025-05-01T14:43:41.369763</updated>
6-
<id>51b70be5-1903-4f68-8cd6-fd6a7b314f9e</id>
5+
<updated>2025-05-01T15:45:24.995238</updated>
6+
<id>978affa5-4572-4c0a-bd08-e7772f510f09</id>
77

88

9+
<entry>
10+
<title>run_loop -- execution/run_loop: fix typos</title>
11+
<link href="https://cpprefjp.github.io/reference/execution/execution/run_loop.html"/>
12+
<id>c629ec04a7d3e4027016f738ceb1f777f62bb852:reference/execution/execution/run_loop.md</id>
13+
<updated>2025-05-02T00:41:32+09:00</updated>
14+
15+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/execution/execution/run_loop.md b/reference/execution/execution/run_loop.md
16+
index e87534f35..8a4c149f2 100644
17+
--- a/reference/execution/execution/run_loop.md
18+
+++ b/reference/execution/execution/run_loop.md
19+
@@ -75,9 +75,9 @@ int main()
20+
ex::start(op);
21+
// count=1, state=開始(starting)
22+
23+
- // run_loop状態を終了中(finished)へ変更
24+
+ // run_loop状態を終了中(finishing)へ変更
25+
loop.finish();
26+
- // count=1, state=終了中(finished)
27+
+ // count=1, state=終了中(finishing)
28+
29+
// run_loopキュー上の作業を逐次実行
30+
loop.run();
31+
&lt;/code&gt;&lt;/pre&gt;</summary>
32+
33+
<author>
34+
<name>yoh</name>
35+
<email>[email protected]</email>
36+
</author>
37+
</entry>
38+
939
<entry>
1040
<title>sync-wait-receiver -- execution/sync_wait(_with_variant): 微調整 (#1384)</title>
1141
<link href="https://cpprefjp.github.io/reference/execution/this_thread/sync-wait-receiver.html"/>
@@ -1724,36 +1754,4 @@ index 52a2293d5..bb725c838 100644
17241754
</author>
17251755
</entry>
17261756

1727-
<entry>
1728-
<title>toupper -- reference/cctype/toupper.md: Created sample implementation</title>
1729-
<link href="https://cpprefjp.github.io/reference/cctype/toupper.html"/>
1730-
<id>665471d98e7999f8c2ab6af4ba0060ce9fb17491:reference/cctype/toupper.md</id>
1731-
<updated>2025-04-30T12:56:05+09:00</updated>
1732-
1733-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/cctype/toupper.md b/reference/cctype/toupper.md
1734-
index b48446459..ca21a5652 100644
1735-
--- a/reference/cctype/toupper.md
1736-
+++ b/reference/cctype/toupper.md
1737-
@@ -42,3 +42,13 @@ toupper(&amp;#39;1&amp;#39;) = 1
1738-
toupper(&amp;#39;.&amp;#39;) = .
1739-
toupper(&amp;#39;$&amp;#39;) = $
1740-
```
1741-
+
1742-
+## 実装例
1743-
+```cpp
1744-
+int toupper(int ch) {
1745-
+ if (islower(ch)) {
1746-
+ ch ^= 32;
1747-
+ }
1748-
+ return ch;
1749-
+}
1750-
+```
1751-
&lt;/code&gt;&lt;/pre&gt;</summary>
1752-
1753-
<author>
1754-
<name>rotarymars</name>
1755-
<email>[email protected]</email>
1756-
</author>
1757-
</entry>
1758-
17591757
</feed>

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16607,7 +16607,7 @@
1660716607

1660816608
<url>
1660916609
<loc>https://cpprefjp.github.io/reference/execution/execution/run_loop.html</loc>
16610-
<lastmod>2025-04-30T18:09:00+09:00</lastmod>
16610+
<lastmod>2025-05-02T00:41:32+09:00</lastmod>
1661116611
<changefreq>daily</changefreq>
1661216612
<priority>0.6</priority>
1661316613
</url>

0 commit comments

Comments
 (0)