|
68 | 68 |
|
69 | 69 | </head>
|
70 | 70 | <body>
|
71 |
| -<header data-kunai-mdinfo="{"meta": {"header": ["execution"], "id-type": ["class template"], "namespace": ["std::execution"], "cpp": ["cpp26"]}, "sources": [{"id": "520bd1f142a09a6ed69970dd6020b49824516972", "source": "#include <execution>\nnamespace ex = std::execution;\n\nint main()\n{\n // \u4e0b\u8a18\u306e\u5b8c\u4e86\u64cd\u4f5c\u3092\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u5b8c\u4e86\u30b7\u30b0\u30cb\u30c1\u30e3\u96c6\u5408\u578b\n // \u5024\u5b8c\u4e86 set_value(int), set_value(int, int)\n // \u30a8\u30e9\u30fc\u5b8c\u4e86 set_error(std::exception_ptr)\n // \u505c\u6b62\u5b8c\u4e86 set_stopped()\n using Sigs = ex::completion_signatures<\n ex::set_value_t(int),\n ex::set_value_t(int, int),\n ex::set_error_t(std::exception_ptr),\n ex::set_stopped_t()\n >;\n}\n"}], "page_id": ["reference", "execution", "execution", "completion_signatures"]}"> |
| 71 | +<header data-kunai-mdinfo="{"meta": {"header": ["execution"], "id-type": ["class template"], "namespace": ["std::execution"], "cpp": ["cpp26"]}, "sources": [{"id": "01c9aa78c97ba022e14dccc49fcea3c2edc17cd7", "source": "#include <execution>\nnamespace ex = std::execution;\n\nint main()\n{\n // \u4e0b\u8a18\u306e\u5b8c\u4e86\u64cd\u4f5c\u3092\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u5b8c\u4e86\u30b7\u30b0\u30cd\u30c1\u30e3\u96c6\u5408\u578b\n // \u5024\u5b8c\u4e86 set_value(int), set_value(int, int)\n // \u30a8\u30e9\u30fc\u5b8c\u4e86 set_error(std::exception_ptr)\n // \u505c\u6b62\u5b8c\u4e86 set_stopped()\n using Sigs = ex::completion_signatures<\n ex::set_value_t(int),\n ex::set_value_t(int, int),\n ex::set_error_t(std::exception_ptr),\n ex::set_stopped_t()\n >;\n}\n"}], "page_id": ["reference", "execution", "execution", "completion_signatures"]}"> |
72 | 72 | <nav class="navbar navbar-default" role="navigation">
|
73 | 73 | <div class="container-fluid">
|
74 | 74 | <div class="navbar-header">
|
|
200 | 200 |
|
201 | 201 | <p class="text-right"><small>
|
202 | 202 | 最終更新日時(UTC):
|
203 |
| - <span itemprop="datePublished" content="2025-05-12T04:30:35"> |
204 |
| - 2025年05月12日 04時30分35秒 |
| 203 | + <span itemprop="datePublished" content="2025-05-12T09:19:39"> |
| 204 | + 2025年05月12日 09時19分39秒 |
205 | 205 | </span>
|
206 | 206 | <br/>
|
207 | 207 | <span itemprop="author" itemscope itemtype="http://schema.org/Person">
|
@@ -252,12 +252,12 @@ <h2><a class="cpprefjp-defined-word" data-desc="関数等の意味論を構成
|
252 | 252 | <li><code><a href="set_stopped.html">set_stopped_t</a>()</code></li>
|
253 | 253 | </ul>
|
254 | 254 | <h2>例</h2>
|
255 |
| -<p><div class="yata" id="520bd1f142a09a6ed69970dd6020b49824516972"><div class="codehilite"><pre><span></span><code><span class="cp">#include</span> <span class="cpf"><a href="../../execution.html"><execution></a></span><span class="cp"></span> |
| 255 | +<p><div class="yata" id="01c9aa78c97ba022e14dccc49fcea3c2edc17cd7"><div class="codehilite"><pre><span></span><code><span class="cp">#include</span> <span class="cpf"><a href="../../execution.html"><execution></a></span><span class="cp"></span> |
256 | 256 | <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>
|
257 | 257 |
|
258 | 258 | <span class="kt">int</span> <span class="nf">main</span><span class="p">()</span>
|
259 | 259 | <span class="p">{</span>
|
260 |
| - <span class="c1">// 下記の完了操作をサポートする完了シグニチャ集合型</span> |
| 260 | + <span class="c1">// 下記の完了操作をサポートする完了シグネチャ集合型</span> |
261 | 261 | <span class="c1">// 値完了 set_value(int), set_value(int, int)</span>
|
262 | 262 | <span class="c1">// エラー完了 set_error(<a href="../../exception/exception_ptr.html">std::exception_ptr</a>)</span>
|
263 | 263 | <span class="c1">// 停止完了 set_stopped()</span>
|
|
0 commit comments