Skip to content

Commit 3cf0fb2

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent fe10ad5 commit 3cf0fb2

File tree

12 files changed

+616
-2791
lines changed

12 files changed

+616
-2791
lines changed

reference/chrono/make24.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ <h2>例</h2>
239239
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">12h</a></span><span class="p">,</span> <span class="nb">false</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">0h</a></span><span class="p">);</span>
240240

241241
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">12h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">12h</a></span><span class="p">);</span>
242-
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">1h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="mf">1F</span><span class="n">qtbJhrogHawRIapzGboolUXFUdAaxgQ</span><span class="p">);</span>
242+
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">1h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="mi">1</span><span class="n"><a href="duration/op_h.html">3h</a></span><span class="p">);</span>
243243
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">3h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">15h</a></span><span class="p">);</span>
244244
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">11h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">23h</a></span><span class="p">);</span>
245245
<span class="p">}</span>

reference/execution/execution.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2025-04-21T09:43:28">
192-
2025年04月21日 09時43分28秒
191+
<span itemprop="datePublished" content="2025-04-21T10:17:59">
192+
2025年04月21日 10時17分59秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -290,7 +290,7 @@ <h3>Queries</h3>
290290
<td>C++26</td>
291291
</tr>
292292
<tr>
293-
<td><code><span href="https://cpprefjp.github.io/reference/execution/get_allocator.md.nolink">get_allocator</span></code></td>
293+
<td><code><a href="get_allocator.html">get_allocator</a></code></td>
294294
<td>アロケータ取得のクエリオブジェクト (customization point object)</td>
295295
<td>C++26</td>
296296
</tr>

reference/execution/execution/env.html

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

201201
<p class="text-right"><small>
202202
最終更新日時(UTC):
203-
<span itemprop="datePublished" content="2025-04-21T09:43:28">
204-
2025年04月21日 09時43分28秒
203+
<span itemprop="datePublished" content="2025-04-21T10:17:59">
204+
2025年04月21日 10時17分59秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -280,12 +280,12 @@ <h2>例</h2>
280280
<span class="p">{</span>
281281
<span class="c1">// get_allocatorとget_stop_tokenをサポートするクエリ可能オブジェクト</span>
282282
<span class="k">auto</span> <span class="n">env</span> <span class="o">=</span> <span class="n"><span style="color:#ff0000">ex::env</span></span><span class="p">{</span>
283-
<span class="n"><a href="prop.html">ex::prop</a></span><span class="p">(</span><span class="n"><span href="https://cpprefjp.github.io/reference/execution/execution/get_allocator.md.nolink">std::get_allocator</span></span><span class="p">,</span> <span class="n"><a href="../../memory/allocator.html">std::allocator</a></span><span class="o">&lt;</span><span class="n">std</span><span class="o">::</span><span class="n">byte</span><span class="o">&gt;</span><span class="p">{}),</span>
283+
<span class="n"><a href="prop.html">ex::prop</a></span><span class="p">(</span><span class="n"><a href="../get_allocator.html">std::get_allocator</a></span><span class="p">,</span> <span class="n"><a href="../../memory/allocator.html">std::allocator</a></span><span class="o">&lt;</span><span class="n">std</span><span class="o">::</span><span class="n">byte</span><span class="o">&gt;</span><span class="p">{}),</span>
284284
<span class="n"><a href="prop.html">ex::prop</a></span><span class="p">(</span><span class="n"><a href="../get_stop_token.html">std::get_stop_token</a></span><span class="p">,</span> <span class="n"><a href="../../stop_token/never_stop_token.html">std::never_stop_token</a></span><span class="p">{})</span>
285285
<span class="p">};</span>
286286

287287
<span class="c1">// メモリアロケータを問い合わせ</span>
288-
<span class="k">auto</span> <span class="n">alloc</span> <span class="o">=</span> <span class="n"><span href="https://cpprefjp.github.io/reference/execution/execution/get_allocator.md.nolink">std::get_allocator</span></span><span class="p">(</span><span class="n">env</span><span class="p">);</span>
288+
<span class="k">auto</span> <span class="n">alloc</span> <span class="o">=</span> <span class="n"><a href="../get_allocator.html">std::get_allocator</a></span><span class="p">(</span><span class="n">env</span><span class="p">);</span>
289289
<span class="c1">// 停止トークンを問い合わせ</span>
290290
<span class="k">auto</span> <span class="n">token</span> <span class="o">=</span> <span class="n"><a href="../get_stop_token.html">std::get_stop_token</a></span><span class="p">(</span><span class="n">env</span><span class="p">);</span>
291291
<span class="p">}</span>

reference/execution/execution/env/query.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
<meta property="og:url" content="https://cpprefjp.github.io/reference/execution/execution/env/query.html" />
2929
<meta property="og:site_name" content="cpprefjp - C++日本語リファレンス" />
3030
<meta property="og:type" content="article" />
31-
<meta property="og:description" content="クエリオブジェクト`q`をキーとして、対応する値を問い合わせる。" />
31+
<meta property="og:description" content="[クエリオブジェクト](../../queryable.md)`q`をキーとして、対応する値を問い合わせる。" />
3232
<meta name="twitter:card" content="summary" />
3333
<meta name="twitter:title" content="env::query - cpprefjp C++日本語リファレンス" />
3434
<meta name="twitter:url" content="https://cpprefjp.github.io/reference/execution/execution/env/query.html" />
35-
<meta name="twitter:description" content="クエリオブジェクト`q`をキーとして、対応する値を問い合わせる。" />
35+
<meta name="twitter:description" content="[クエリオブジェクト](../../queryable.md)`q`をキーとして、対応する値を問い合わせる。" />
3636

3737

3838
<link rel="alternate" type="application/atom+xml" title="Atom" href="https://cpprefjp.github.io/rss.xml" />
@@ -212,8 +212,8 @@
212212

213213
<p class="text-right"><small>
214214
最終更新日時(UTC):
215-
<span itemprop="datePublished" content="2025-04-21T09:43:28">
216-
2025年04月21日 09時43分28秒
215+
<span itemprop="datePublished" content="2025-04-21T10:17:59">
216+
2025年04月21日 10時17分59秒
217217
</span>
218218
<br/>
219219
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -242,7 +242,7 @@
242242
</code></pre></div>
243243
</p>
244244
<h2>概要</h2>
245-
<p>クエリオブジェクト<code>q</code>をキーとして、対応する値を問い合わせる。</p>
245+
<p><a href="../../queryable.html">クエリオブジェクト</a><code>q</code>をキーとして、対応する値を問い合わせる。</p>
246246
<h2><a class="cpprefjp-defined-word" data-desc="関数等の意味論を構成する要素の1つ。Constraints。関数であればオーバーロード解決に参加するための条件、それ以外であれば受け付ける型の条件">テンプレートパラメータ制約</a></h2>
247247
<p>説明専用のコンセプト<code>has-query</code>を次のように定義したとき、<code>(has-query&lt;Envs, QueryTag&gt; || ...)</code><code>true</code>であること。</p>
248248
<p><div class="codehilite"><pre><span></span><code><span class="k">template</span><span class="o">&lt;</span><span class="k">class</span> <span class="nc">Env</span><span class="p">,</span> <span class="k">class</span> <span class="nc">QueryTag</span><span class="o">&gt;</span>
@@ -270,7 +270,7 @@ <h2>例</h2>
270270
<span class="p">{</span>
271271
<span class="c1">// get_allocatorとget_stop_tokenをサポートするクエリ可能オブジェクト</span>
272272
<span class="k">auto</span> <span class="n">env0</span> <span class="o">=</span> <span class="n"><a href="../env.html">ex::env</a></span><span class="p">{</span>
273-
<span class="n"><a href="../prop.html">ex::prop</a></span><span class="p">(</span><span class="n"><span href="https://cpprefjp.github.io/reference/execution/execution/env/get_allocator.md.nolink">std::get_allocator</span></span><span class="p">,</span> <span class="n"><a href="../../../memory/allocator.html">std::allocator</a></span><span class="o">&lt;</span><span class="n">std</span><span class="o">::</span><span class="n">byte</span><span class="o">&gt;</span><span class="p">{}),</span>
273+
<span class="n"><a href="../prop.html">ex::prop</a></span><span class="p">(</span><span class="n"><a href="../../get_allocator.html">std::get_allocator</a></span><span class="p">,</span> <span class="n"><a href="../../../memory/allocator.html">std::allocator</a></span><span class="o">&lt;</span><span class="n">std</span><span class="o">::</span><span class="n">byte</span><span class="o">&gt;</span><span class="p">{}),</span>
274274
<span class="n"><a href="../prop.html">ex::prop</a></span><span class="p">(</span><span class="n"><a href="../../get_stop_token.html">std::get_stop_token</a></span><span class="p">,</span> <span class="n"><a href="../../../stop_token/never_stop_token.html">std::never_stop_token</a></span><span class="p">{})</span>
275275
<span class="p">};</span>
276276
<span class="k">auto</span> <span class="n">token0</span> <span class="o">=</span> <span class="n">env0</span><span class="p">.</span><span class="n"><span style="color:#ff0000">query</span></span><span class="p">(</span><span class="n"><a href="../../get_stop_token.html">std::get_stop_token</a></span><span class="p">);</span>

reference/execution/execution/get_env.html

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

201201
<p class="text-right"><small>
202202
最終更新日時(UTC):
203-
<span itemprop="datePublished" content="2025-04-21T09:00:57">
204-
2025年04月21日 09時00分57秒
203+
<span itemprop="datePublished" content="2025-04-21T10:17:59">
204+
2025年04月21日 10時17分59秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -240,7 +240,7 @@ <h2>概要</h2>
240240
<h2>効果</h2>
241241
<p><code>get_env(o)</code>は下記と等価であり、<code><a href="../queryable.html">queryable</a></code>を満たす型の値となる。</p>
242242
<ul>
243-
<li>引数<code>o</code>がconst修飾された<code>co</code>を用いて、式<code>co.get_env()</code>が有効であればその値</li>
243+
<li>引数<code>o</code>がconst修飾された<code>co</code>を用いて、式<code>co.get_env()</code><a class="cpprefjp-defined-word" data-desc="プログラムが文法規則・診断対象の意味規則・単一定義規則を満たすこと" href="../../../implementation-compliance.html#dfn-well-formed">適格</a>であればその値</li>
244244
<li>そうでなければ、空のクエリ可能オブジェクト<code><a href="env.html">env&lt;&gt;{}</a></code></li>
245245
</ul>
246246
<h2><a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a></h2>

reference/execution/execution/prop.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
<meta property="og:url" content="https://cpprefjp.github.io/reference/execution/execution/prop.html" />
2929
<meta property="og:site_name" content="cpprefjp - C++日本語リファレンス" />
3030
<meta property="og:type" content="article" />
31-
<meta property="og:description" content="`QueryTag`型クエリオブジェクトのキーと`ValueType`型の値から、[クエリ可能オブジェクト](../queryable.md)を構築する。" />
31+
<meta property="og:description" content="`QueryTag`型[クエリオブジェクト](../queryable.md)のキーと`ValueType`型の値から、[クエリ可能オブジェクト](../queryable.md)を構築する。" />
3232
<meta name="twitter:card" content="summary" />
3333
<meta name="twitter:title" content="prop - cpprefjp C++日本語リファレンス" />
3434
<meta name="twitter:url" content="https://cpprefjp.github.io/reference/execution/execution/prop.html" />
35-
<meta name="twitter:description" content="`QueryTag`型クエリオブジェクトのキーと`ValueType`型の値から、[クエリ可能オブジェクト](../queryable.md)を構築する。" />
35+
<meta name="twitter:description" content="`QueryTag`型[クエリオブジェクト](../queryable.md)のキーと`ValueType`型の値から、[クエリ可能オブジェクト](../queryable.md)を構築する。" />
3636

3737

3838
<link rel="alternate" type="application/atom+xml" title="Atom" href="https://cpprefjp.github.io/rss.xml" />
@@ -200,8 +200,8 @@
200200

201201
<p class="text-right"><small>
202202
最終更新日時(UTC):
203-
<span itemprop="datePublished" content="2025-04-21T09:43:28">
204-
2025年04月21日 09時43分28秒
203+
<span itemprop="datePublished" content="2025-04-21T10:17:59">
204+
2025年04月21日 10時17分59秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -242,7 +242,7 @@
242242
</code></pre></div>
243243
</p>
244244
<h2>概要</h2>
245-
<p><code>QueryTag</code>型クエリオブジェクトのキーと<code>ValueType</code>型の値から、<a href="../queryable.html">クエリ可能オブジェクト</a>を構築する。</p>
245+
<p><code>QueryTag</code><a href="../queryable.html">クエリオブジェクト</a>のキーと<code>ValueType</code>型の値から、<a href="../queryable.html">クエリ可能オブジェクト</a>を構築する。</p>
246246
<h2><a class="cpprefjp-defined-word" data-desc="関数等の意味論を構成する要素の1つ。Mandates。満たさなければプログラムが不適格となる要件。この要件は、オーバーロード解決によって選択された関数内での`static_assert`の定数条件式や、関数に対するdelete宣言などで表現できる">適格要件</a></h2>
247247
<p>説明用の<code>prop-like</code>テンプレートクラスを用いて、<code>QueryTag</code><code>ValueType</code><code>callable&lt;QueryTag, prop-like&lt;ValueType&gt;&gt;</code>のモデルであること。</p>
248248
<p><div class="codehilite"><pre><span></span><code><span class="k">template</span><span class="o">&lt;</span><span class="k">class</span> <span class="nc">ValueType</span><span class="o">&gt;</span>

0 commit comments

Comments
 (0)