Skip to content

Commit 6d384cf

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent ae73535 commit 6d384cf

File tree

6 files changed

+130
-82
lines changed

6 files changed

+130
-82
lines changed

reference/execution/execution/as_awaitable.html

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

201201
<p class="text-right"><small>
202202
最終更新日時(UTC):
203-
<span itemprop="datePublished" content="2025-06-03T15:06:10">
204-
2025年06月03日 15時06分10秒
203+
<span itemprop="datePublished" content="2025-06-08T13:22:14">
204+
2025年06月08日 13時22分14秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
208-
<span itemprop="name">yoh</span>
208+
<span itemprop="name">Raclamusi</span>
209209
</span>
210210
が更新
211211
</small></p>
@@ -315,7 +315,7 @@ <h3>クラステンプレート<code>awaitable-receiver</code></h3>
315315
<span class="p">};</span>
316316
</code></pre></div>
317317
</p>
318-
<p>説明用の式<code>rcvr</code><code>awaitable-reciever</code>型の右辺値、<code>crcvr</code><code>rcvr</code>をconst参照する左辺値、<code>vs</code>を式パック、<code>err</code><code>Err</code>型の式とする。このとき</p>
318+
<p>説明用の式<code>rcvr</code><code>awaitable-receiver</code>型の右辺値、<code>crcvr</code><code>rcvr</code>をconst参照する左辺値、<code>vs</code>を式パック、<code>err</code><code>Err</code>型の式とする。このとき</p>
319319
<ul>
320320
<li>
321321
<p><code><a href="../../concepts/constructible_from.html">constructible_from</a>&lt;result-type, decltype((vs))...&gt;</code>を満たすとき、式<code><a href="set_value.html">set_value</a>(rcvr, vs...)</code>は下記と等価。そうでなければ、式<code>set_value(rcvr, vs...)</code><a class="cpprefjp-defined-word" data-desc="プログラムが適格でないこと。コンパイルエラーなどになる" href="../../../implementation-compliance.html#dfn-ill-formed">不適格</a>となる。</p>

reference/execution/execution/split.html

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

201201
<p class="text-right"><small>
202202
最終更新日時(UTC):
203-
<span itemprop="datePublished" content="2025-06-02T08:53:13">
204-
2025年06月02日 08時53分13秒
203+
<span itemprop="datePublished" content="2025-06-08T13:22:14">
204+
2025年06月08日 13時22分14秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
208-
<span itemprop="name">yoh</span>
208+
<span itemprop="name">Raclamusi</span>
209209
</span>
210210
が更新
211211
</small></p>
@@ -464,7 +464,7 @@ <h3>クラステンプレート<code>shared-state</code></h3>
464464
</code></pre></div>
465465
</p>
466466
<ul>
467-
<li>効果 : <code>inc-ref()</code>を評価する。<code>stop_src.<a href="../../stop_token/inplace_stop_source/stop_requested.html">stop_requested()</a> == ture</code>のとき<code>notify()</code>を評価する。そうでなければ、<code><a href="start.html">start</a>(op_state)</code>を評価する。</li>
467+
<li>効果 : <code>inc-ref()</code>を評価する。<code>stop_src.<a href="../../stop_token/inplace_stop_source/stop_requested.html">stop_requested()</a> == true</code>のとき<code>notify()</code>を評価する。そうでなければ、<code><a href="start.html">start</a>(op_state)</code>を評価する。</li>
468468
</ul>
469469
<p><div class="codehilite"><pre><span></span><code><span class="kt">void</span> <span class="nf">notify</span><span class="p">()</span> <span class="k">noexcept</span><span class="p">;</span>
470470
</code></pre></div>

reference/execution/execution/transform_completion_signatures.html

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

201201
<p class="text-right"><small>
202202
最終更新日時(UTC):
203-
<span itemprop="datePublished" content="2025-06-02T08:53:13">
204-
2025年06月02日 08時53分13秒
203+
<span itemprop="datePublished" content="2025-06-08T13:22:14">
204+
2025年06月08日 13時22分14秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
208-
<span itemprop="name">yoh</span>
208+
<span itemprop="name">Raclamusi</span>
209209
</span>
210210
が更新
211211
</small></p>
@@ -225,7 +225,7 @@
225225
<div class="col-sm-12 content-body">
226226

227227
<div class="identifier-type">type-alias</div><div class="header">&lt;execution&gt;</div><h1 itemprop="name"><span class="namespace" title="namespace std::execution">std::execution::</span><span class="token">transform_completion_signatures</span><span class="cpp cpp26" title="C++26で追加">(C++26)</span></h1>
228-
<div itemprop="articleBody"><p><div class="codehilite"><pre><span></span><code><span class="k">namespace</span> <span class="n">std</span><span class="o">::</span><span class="n">exectution</span> <span class="p">{</span>
228+
<div itemprop="articleBody"><p><div class="codehilite"><pre><span></span><code><span class="k">namespace</span> <span class="n">std</span><span class="o">::</span><span class="n">execution</span> <span class="p">{</span>
229229
<span class="k">template</span><span class="o">&lt;</span>
230230
<span class="n"><a href="completion_signatures.html">valid-completion-signatures</a></span> <span class="n">InputSignatures</span><span class="p">,</span>
231231
<span class="n"><a href="completion_signatures.html">valid-completion-signatures</a></span> <span class="n">AdditionalSignatures</span> <span class="o">=</span> <span class="n"><a href="completion_signatures.html">completion_signatures</a></span><span class="o">&lt;&gt;</span><span class="p">,</span>

reference/execution/execution/transform_completion_signatures_of.html

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

201201
<p class="text-right"><small>
202202
最終更新日時(UTC):
203-
<span itemprop="datePublished" content="2025-06-02T09:02:10">
204-
2025年06月02日 09時02分10秒
203+
<span itemprop="datePublished" content="2025-06-08T13:22:14">
204+
2025年06月08日 13時22分14秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
208-
<span itemprop="name">yoh</span>
208+
<span itemprop="name">Raclamusi</span>
209209
</span>
210210
が更新
211211
</small></p>
@@ -225,7 +225,7 @@
225225
<div class="col-sm-12 content-body">
226226

227227
<div class="identifier-type">type-alias</div><div class="header">&lt;execution&gt;</div><h1 itemprop="name"><span class="namespace" title="namespace std::execution">std::execution::</span><span class="token">transform_completion_signatures_of</span><span class="cpp cpp26" title="C++26で追加">(C++26)</span></h1>
228-
<div itemprop="articleBody"><p><div class="codehilite"><pre><span></span><code><span class="k">namespace</span> <span class="n">std</span><span class="o">::</span><span class="n">exectution</span> <span class="p">{</span>
228+
<div itemprop="articleBody"><p><div class="codehilite"><pre><span></span><code><span class="k">namespace</span> <span class="n">std</span><span class="o">::</span><span class="n">execution</span> <span class="p">{</span>
229229
<span class="k">template</span><span class="o">&lt;</span>
230230
<span class="n"><a href="sender.html">sender</a></span> <span class="n">Sndr</span><span class="p">,</span>
231231
<span class="k">class</span> <span class="nc">Env</span> <span class="o">=</span> <span class="n"><a href="env.html">env&lt;&gt;</a></span><span class="p">,</span>

rss.xml

Lines changed: 110 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,118 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title>cpprefjp - C++日本語リファレンス</title>
44
<link href="https://cpprefjp.github.io" />
5-
<updated>2025-06-08T13:14:24.887099</updated>
6-
<id>6cbbbce7-f20c-44e8-9e88-efbf0d790811</id>
5+
<updated>2025-06-08T13:27:32.040997</updated>
6+
<id>5322e5e6-6819-4c5a-8af4-7c9d36cda63c</id>
77

88

9+
<entry>
10+
<title>as_awaitable -- typo修正とNGワード追加</title>
11+
<link href="https://cpprefjp.github.io/reference/execution/execution/as_awaitable.html"/>
12+
<id>d7d9887e3ef106a0c7afeec8f8362e34a8d04379:reference/execution/execution/as_awaitable.md</id>
13+
<updated>2025-06-08T22:22:14+09:00</updated>
14+
15+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/execution/execution/as_awaitable.md b/reference/execution/execution/as_awaitable.md
16+
index 9b758ed05..9ed3e1381 100644
17+
--- a/reference/execution/execution/as_awaitable.md
18+
+++ b/reference/execution/execution/as_awaitable.md
19+
@@ -120,7 +120,7 @@ struct awaitable-receiver {
20+
* coroutine_handle[link /reference/coroutine/coroutine_handle.md]
21+
* see below[italic]
22+
23+
-説明用の式`rcvr`を`awaitable-reciever`型の右辺値、`crcvr`を`rcvr`をconst参照する左辺値、`vs`を式パック、`err`を`Err`型の式とする。このとき
24+
+説明用の式`rcvr`を`awaitable-receiver`型の右辺値、`crcvr`を`rcvr`をconst参照する左辺値、`vs`を式パック、`err`を`Err`型の式とする。このとき
25+
26+
- [`constructible_from`](/reference/concepts/constructible_from.md)`&amp;lt;result-type, decltype((vs))...&amp;gt;`を満たすとき、式[`set_value`](set_value.md)`(rcvr, vs...)`は下記と等価。そうでなければ、式`set_value(rcvr, vs...)`は不適格となる。
27+
28+
&lt;/code&gt;&lt;/pre&gt;</summary>
29+
30+
<author>
31+
<name>Raclamusi</name>
32+
<email>[email protected]</email>
33+
</author>
34+
</entry>
35+
36+
<entry>
37+
<title>split -- typo修正とNGワード追加</title>
38+
<link href="https://cpprefjp.github.io/reference/execution/execution/split.html"/>
39+
<id>d7d9887e3ef106a0c7afeec8f8362e34a8d04379:reference/execution/execution/split.md</id>
40+
<updated>2025-06-08T22:22:14+09:00</updated>
41+
42+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/execution/execution/split.md b/reference/execution/execution/split.md
43+
index 3117c5e3b..06a180de1 100644
44+
--- a/reference/execution/execution/split.md
45+
+++ b/reference/execution/execution/split.md
46+
@@ -301,7 +301,7 @@ explicit shared-state(Sndr&amp;amp;&amp;amp; sndr);
47+
void start-op() noexcept;
48+
```
49+
50+
-- 効果 : `inc-ref()`を評価する。`stop_src.`[`stop_requested()`](/reference/stop_token/inplace_stop_source/stop_requested.md) `== ture`のとき`notify()`を評価する。そうでなければ、[`start`](start.md)`(op_state)`を評価する。
51+
+- 効果 : `inc-ref()`を評価する。`stop_src.`[`stop_requested()`](/reference/stop_token/inplace_stop_source/stop_requested.md) `== true`のとき`notify()`を評価する。そうでなければ、[`start`](start.md)`(op_state)`を評価する。
52+
53+
```cpp
54+
void notify() noexcept;
55+
&lt;/code&gt;&lt;/pre&gt;</summary>
56+
57+
<author>
58+
<name>Raclamusi</name>
59+
<email>[email protected]</email>
60+
</author>
61+
</entry>
62+
63+
<entry>
64+
<title>transform_completion_signatures -- typo修正とNGワード追加</title>
65+
<link href="https://cpprefjp.github.io/reference/execution/execution/transform_completion_signatures.html"/>
66+
<id>d7d9887e3ef106a0c7afeec8f8362e34a8d04379:reference/execution/execution/transform_completion_signatures.md</id>
67+
<updated>2025-06-08T22:22:14+09:00</updated>
68+
69+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/execution/execution/transform_completion_signatures.md b/reference/execution/execution/transform_completion_signatures.md
70+
index 072b2da5d..23fd1d7ab 100644
71+
--- a/reference/execution/execution/transform_completion_signatures.md
72+
+++ b/reference/execution/execution/transform_completion_signatures.md
73+
@@ -5,7 +5,7 @@
74+
* cpp26[meta cpp]
75+
76+
```cpp
77+
-namespace std::exectution {
78+
+namespace std::execution {
79+
template&amp;lt;
80+
valid-completion-signatures InputSignatures,
81+
valid-completion-signatures AdditionalSignatures = completion_signatures&amp;lt;&amp;gt;,
82+
&lt;/code&gt;&lt;/pre&gt;</summary>
83+
84+
<author>
85+
<name>Raclamusi</name>
86+
<email>[email protected]</email>
87+
</author>
88+
</entry>
89+
90+
<entry>
91+
<title>transform_completion_signatures_of -- typo修正とNGワード追加</title>
92+
<link href="https://cpprefjp.github.io/reference/execution/execution/transform_completion_signatures_of.html"/>
93+
<id>d7d9887e3ef106a0c7afeec8f8362e34a8d04379:reference/execution/execution/transform_completion_signatures_of.md</id>
94+
<updated>2025-06-08T22:22:14+09:00</updated>
95+
96+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/execution/execution/transform_completion_signatures_of.md b/reference/execution/execution/transform_completion_signatures_of.md
97+
index 84e1c6dbf..9894aa959 100644
98+
--- a/reference/execution/execution/transform_completion_signatures_of.md
99+
+++ b/reference/execution/execution/transform_completion_signatures_of.md
100+
@@ -5,7 +5,7 @@
101+
* cpp26[meta cpp]
102+
103+
```cpp
104+
-namespace std::exectution {
105+
+namespace std::execution {
106+
template&amp;lt;
107+
sender Sndr,
108+
class Env = env&amp;lt;&amp;gt;,
109+
&lt;/code&gt;&lt;/pre&gt;</summary>
110+
111+
<author>
112+
<name>Raclamusi</name>
113+
<email>[email protected]</email>
114+
</author>
115+
</entry>
116+
9117
<entry>
10118
<title>projected_value_t -- iterator/projected_value_t: add inner link</title>
11119
<link href="https://cpprefjp.github.io/reference/iterator/projected_value_t.html"/>
@@ -169,64 +277,4 @@ index 58dea186d..7e59b2c56 100644
169277
</author>
170278
</entry>
171279

172-
<entry>
173-
<title>ws -- add sample to std::ws</title>
174-
<link href="https://cpprefjp.github.io/reference/istream/ws.html"/>
175-
<id>1a53cfe9f233ee2fd70f96ff186f7c04ab38a160:reference/istream/ws.md</id>
176-
<updated>2025-06-05T20:23:01+09:00</updated>
177-
178-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/istream/ws.md b/reference/istream/ws.md
179-
index c523930ba..58dea186d 100644
180-
--- a/reference/istream/ws.md
181-
+++ b/reference/istream/ws.md
182-
@@ -24,13 +24,36 @@ namespace std {
183-
`is`
184-
185-
## 例
186-
-TBD
187-
+```cpp
188-
+#include &amp;lt;iostream&amp;gt;
189-
+#include &amp;lt;sstream&amp;gt;
190-
+#include &amp;lt;string&amp;gt;
191-
+
192-
+int main() {
193-
+ // マニピュレータとして使用
194-
+ {
195-
+ std::istringstream ss(&amp;#34; 42&amp;#34;);
196-
+ std::string line;
197-
+ std::getline(ss &amp;gt;&amp;gt; std::ws, line);
198-
+ std::cout &amp;lt;&amp;lt; line &amp;lt;&amp;lt; std::endl; // &amp;#34;42&amp;#34;
199-
+ }
200-
+
201-
+ // 関数として使用(通常はしない)
202-
+ {
203-
+ std::istringstream ss(&amp;#34; 42&amp;#34;);
204-
+ std::cout &amp;lt;&amp;lt; ss.tellg() &amp;lt;&amp;lt; std::endl; // &amp;#34;0&amp;#34;
205-
+ std::ws(ss);
206-
+ std::cout &amp;lt;&amp;lt; ss.tellg() &amp;lt;&amp;lt; std::endl; // &amp;#34;3&amp;#34;
207-
+ }
208-
+}
209-
+```
210-
211-
### 出力
212-
-TBD
213-
-
214-
-## 実装例
215-
-TBD
216-
+```
217-
+42
218-
+0
219-
+3
220-
+```
221-
222-
## バージョン
223-
### 言語
224-
&lt;/code&gt;&lt;/pre&gt;</summary>
225-
226-
<author>
227-
<name>suomesta</name>
228-
<email>[email protected]</email>
229-
</author>
230-
</entry>
231-
232280
</feed>

sitemap.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14241,7 +14241,7 @@
1424114241

1424214242
<url>
1424314243
<loc>https://cpprefjp.github.io/reference/execution/execution/transform_completion_signatures.html</loc>
14244-
<lastmod>2025-06-02T17:53:13+09:00</lastmod>
14244+
<lastmod>2025-06-08T22:22:14+09:00</lastmod>
1424514245
<changefreq>daily</changefreq>
1424614246
<priority>0.6</priority>
1424714247
</url>
@@ -14458,7 +14458,7 @@
1445814458

1445914459
<url>
1446014460
<loc>https://cpprefjp.github.io/reference/execution/execution/split.html</loc>
14461-
<lastmod>2025-06-02T17:53:13+09:00</lastmod>
14461+
<lastmod>2025-06-08T22:22:14+09:00</lastmod>
1446214462
<changefreq>daily</changefreq>
1446314463
<priority>0.6</priority>
1446414464
</url>
@@ -14493,7 +14493,7 @@
1449314493

1449414494
<url>
1449514495
<loc>https://cpprefjp.github.io/reference/execution/execution/transform_completion_signatures_of.html</loc>
14496-
<lastmod>2025-06-02T18:02:10+09:00</lastmod>
14496+
<lastmod>2025-06-08T22:22:14+09:00</lastmod>
1449714497
<changefreq>daily</changefreq>
1449814498
<priority>0.6</priority>
1449914499
</url>
@@ -14633,7 +14633,7 @@
1463314633

1463414634
<url>
1463514635
<loc>https://cpprefjp.github.io/reference/execution/execution/as_awaitable.html</loc>
14636-
<lastmod>2025-06-04T00:06:10+09:00</lastmod>
14636+
<lastmod>2025-06-08T22:22:14+09:00</lastmod>
1463714637
<changefreq>daily</changefreq>
1463814638
<priority>0.6</priority>
1463914639
</url>

0 commit comments

Comments
 (0)