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 >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 >
7
7
8
8
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" >< pre>< code> 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)`& lt;result-type, decltype((vs))...& gt;`を満たすとき、式[`set_value`](set_value.md)`(rcvr, vs...)`は下記と等価。そうでなければ、式`set_value(rcvr, vs...)`は不適格となる。
27
+
28
+ < /code>< /pre> </summary >
29
+
30
+ <author >
31
+ <name >Raclamusi</name >
32
+
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" >< pre>< code> 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; 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
+ < /code>< /pre> </summary >
56
+
57
+ <author >
58
+ <name >Raclamusi</name >
59
+
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" >< pre>< code> 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& lt;
80
+ valid-completion-signatures InputSignatures,
81
+ valid-completion-signatures AdditionalSignatures = completion_signatures& lt;& gt;,
82
+ < /code>< /pre> </summary >
83
+
84
+ <author >
85
+ <name >Raclamusi</name >
86
+
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" >< pre>< code> 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& lt;
107
+ sender Sndr,
108
+ class Env = env& lt;& gt;,
109
+ < /code>< /pre> </summary >
110
+
111
+ <author >
112
+ <name >Raclamusi</name >
113
+
114
+ </author >
115
+ </entry >
116
+
9
117
<entry >
10
118
<title >projected_value_t -- iterator/projected_value_t: add inner link</title >
11
119
<link href =" https://cpprefjp.github.io/reference/iterator/projected_value_t.html" />
@@ -169,64 +277,4 @@ index 58dea186d..7e59b2c56 100644
169
277
</author >
170
278
</entry >
171
279
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" >< pre>< code> 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 & lt;iostream& gt;
189
- +#include & lt;sstream& gt;
190
- +#include & lt;string& gt;
191
- +
192
- +int main() {
193
- + // マニピュレータとして使用
194
- + {
195
- + std::istringstream ss(& #34; 42& #34;);
196
- + std::string line;
197
- + std::getline(ss & gt;& gt; std::ws, line);
198
- + std::cout & lt;& lt; line & lt;& lt; std::endl; // & #34;42& #34;
199
- + }
200
- +
201
- + // 関数として使用(通常はしない)
202
- + {
203
- + std::istringstream ss(& #34; 42& #34;);
204
- + std::cout & lt;& lt; ss.tellg() & lt;& lt; std::endl; // & #34;0& #34;
205
- + std::ws(ss);
206
- + std::cout & lt;& lt; ss.tellg() & lt;& lt; std::endl; // & #34;3& #34;
207
- + }
208
- +}
209
- +```
210
-
211
- ### 出力
212
- -TBD
213
- -
214
- -## 実装例
215
- -TBD
216
- +```
217
- +42
218
- +0
219
- +3
220
- +```
221
-
222
- ## バージョン
223
- ### 言語
224
- < /code>< /pre> </summary >
225
-
226
- <author >
227
- <name >suomesta</name >
228
-
229
- </author >
230
- </entry >
231
-
232
280
</feed >
0 commit comments