Skip to content

Commit c1b1700

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 16a10af commit c1b1700

3 files changed

Lines changed: 45 additions & 10 deletions

File tree

reference/execution/execution/query-with-default.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@
201201
<p class="text-right"><small>
202202
最終更新日時:
203203
<time itemprop="datePublished" class="js-local-time"
204-
datetime="2026-02-08T18:00:28+09:00">
205-
2026年02月08日 18時00分28秒 (JST)
204+
datetime="2026-07-30T00:26:31+09:00">
205+
2026年07月30日 00時26分31秒 (JST)
206206
</time>
207207
<br/>
208208
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -254,6 +254,8 @@
254254
<span class="w"> </span><span class="n">Tag</span><span class="p">,</span><span class="w"> </span><span class="k">const</span><span class="w"> </span><span class="n">Env</span><span class="o">&amp;</span><span class="w"> </span><span class="n">env</span><span class="p">,</span><span class="w"> </span><span class="n">Default</span><span class="o">&amp;&amp;</span><span class="w"> </span><span class="n">value</span><span class="p">)</span><span class="w"> </span><span class="k">noexcept</span><span class="p">(</span><span class="n"><i>see below</i></span><span class="p">);</span>
255255
</code></pre></div>
256256
</p>
257+
<p>
258+
</p>
257259
<h2>概要</h2>
258260
<p><code>query-with-default</code>は、Senderアルゴリズム動作仕様定義で用いられる説明専用の関数テンプレートである。</p>
259261
<p>説明用の式<code>e</code>を、<a class="cpprefjp-defined-word" data-desc="プログラムが文法規則・診断対象の意味規則・単一定義規則を満たすこと" href="../../../implementation-compliance.html#dfn-well-formed">適格</a>であるならば<code>Tag()(env)</code>とする。そうでなければ、<code>static_cast&lt;Default&gt;(<a href="../../utility/forward.html">std::forward</a>&lt;Default&gt;(value))</code>とする。</p>
@@ -266,13 +268,8 @@ <h3>言語</h3>
266268
<ul>
267269
<li>C++26</li>
268270
</ul>
269-
<h2>関連項目</h2>
270-
<ul>
271-
<li><code><a href="on.html">execution::on</a></code></li>
272-
</ul>
273271
<h2>参照</h2>
274272
<ul>
275-
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2999r3.html" target="_blank">P2999R3 Sender Algorithm Customization</a></li>
276273
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html" target="_blank">P2300R10 <code>std::execution</code></a></li>
277274
</ul></div>
278275

rss.xml

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,48 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title>cpprefjp - C++日本語リファレンス</title>
44
<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>
77

88

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">&lt;pre&gt;&lt;code&gt;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;amp; env, Default&amp;amp;&amp;amp; value) noexcept(see below);
21+
```
22+
23+
+&amp;lt;!-- see https://github.com/cpprefjp/site/pull/1672 --&amp;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+
&lt;/code&gt;&lt;/pre&gt;</summary>
40+
41+
<author>
42+
<name>yoh</name>
43+
<email>kawasaki.liamg@gmail.com</email>
44+
</author>
45+
</entry>
46+
947
<entry>
1048
<title>コンセプト [P0734R0] -- GLOBAL_QUALIFY_LIST: std::constructible_from追加</title>
1149
<link href="https://cpprefjp.github.io/lang/cpp20/concepts.html"/>

sitemap.xml

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

97349734
<url>
97359735
<loc>https://cpprefjp.github.io/reference/execution/execution/query-with-default.html</loc>
9736-
<lastmod>2026-07-06T19:15:35+09:00</lastmod>
9736+
<lastmod>2026-07-30T00:26:31+09:00</lastmod>
97379737
<changefreq>daily</changefreq>
97389738
<priority>0.6</priority>
97399739
</url>

0 commit comments

Comments
 (0)