|
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>2026-07-29T15:20:50.460270</updated> |
6 | | - <id>deb9e45c-0dc2-49ff-b2f9-d4f0b84262c5</id> |
| 5 | + <updated>2026-07-29T15:28:53.617845</updated> |
| 6 | + <id>392a266b-3a86-44cd-ba45-3368a3e964af</id> |
7 | 7 |
|
8 | 8 |
|
| 9 | + <entry> |
| 10 | + <title>query-with-default -- execution/query-with-default: #1672に関する注釈</title> |
| 11 | + <link href="https://cpprefjp.github.io/reference/execution/execution/query-with-default.html"/> |
| 12 | + <id>2e95d15991503fd5c7cce6a21ae011caf7e388aa:reference/execution/execution/query-with-default.md</id> |
| 13 | + <updated>2026-07-30T00:26:31+09:00</updated> |
| 14 | + |
| 15 | + <summary type="html"><pre><code>diff --git a/reference/execution/execution/query-with-default.md b/reference/execution/execution/query-with-default.md |
| 16 | +index ce26e6a60..8a8655925 100644 |
| 17 | +--- a/reference/execution/execution/query-with-default.md |
| 18 | ++++ b/reference/execution/execution/query-with-default.md |
| 19 | +@@ -11,6 +11,8 @@ constexpr decltype(auto) query-with-default( |
| 20 | + Tag, const Env&amp; env, Default&amp;&amp; value) noexcept(see below); |
| 21 | + ``` |
| 22 | + |
| 23 | ++&lt;!-- see https://github.com/cpprefjp/site/pull/1672 --&gt; |
| 24 | ++ |
| 25 | + ## 概要 |
| 26 | + `query-with-default`は、Senderアルゴリズム動作仕様定義で用いられる説明専用の関数テンプレートである。 |
| 27 | + |
| 28 | +@@ -30,10 +32,5 @@ noexcept節の式は`noexcept(e)`となる。 |
| 29 | + - C++26 |
| 30 | + |
| 31 | + |
| 32 | +-## 関連項目 |
| 33 | +-- [`execution::on`](on.md) |
| 34 | +- |
| 35 | +- |
| 36 | + ## 参照 |
| 37 | +-- [P2999R3 Sender Algorithm Customization](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2999r3.html) |
| 38 | + - [P2300R10 `std::execution`](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html) |
| 39 | +</code></pre></summary> |
| 40 | + |
| 41 | + <author> |
| 42 | + <name>yoh</name> |
| 43 | + <email>kawasaki.liamg@gmail.com</email> |
| 44 | + </author> |
| 45 | + </entry> |
| 46 | + |
9 | 47 | <entry> |
10 | 48 | <title>コンセプト [P0734R0] -- GLOBAL_QUALIFY_LIST: std::constructible_from追加</title> |
11 | 49 | <link href="https://cpprefjp.github.io/lang/cpp20/concepts.html"/> |
|
0 commit comments