Skip to content

Commit 4c6f4c9

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 5955b9c commit 4c6f4c9

File tree

13 files changed

+372
-687
lines changed

13 files changed

+372
-687
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">bQjaDCKSktIVqdpVlxBpanGUCmNcujq</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/compare/partial_order.html

Lines changed: 4 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="2024-07-10T07:47:57">
192-
2024年07月10日 07時47分57秒
191+
<span itemprop="datePublished" content="2026-02-24T07:56:31">
192+
2026年02月24日 07時56分31秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -230,7 +230,7 @@ <h2>効果</h2>
230230
<p><code><a href="../type_traits/decay.html">decay</a></code>を通した<code>a, b</code>の型が異なる場合、呼び出しは<a class="cpprefjp-defined-word" data-desc="プログラムが適格でないこと。コンパイルエラーなどになる" href="../../implementation-compliance.html#dfn-ill-formed">不適格</a>(コンパイルエラー)</p>
231231
</li>
232232
<li>
233-
<p><code>std::partial_order</code>(本関数オブジェクト)の宣言を含まないコンテキストで<code><a href="partial_ordering.html">partial_ordering</a>(partial_order(a, b))</code>が呼び出し可能ならば<code>partial_ordering(partial_order(a, b))</code></p>
233+
<p><code>partial_order(a, b)</code><code>partial_order</code>の意味が<a class="cpprefjp-defined-word" data-desc="実引数依存の名前探索 (Argument Dependent Lookup)。引数の型が所属する名前空間の関数を探索する言語機能">ADL</a>のみによって決まるコンテキストで<code><a href="partial_ordering.html">partial_ordering</a>(partial_order(a, b))</code>が呼び出し可能ならば<code>partial_ordering(partial_order(a, b))</code></p>
234234
</li>
235235
<li>
236236
<p><code><a href="partial_ordering.html">partial_ordering</a>(a &lt;=&gt; b)</code>が呼び出し可能ならば<code>partial_ordering(a &lt;=&gt; b)</code></p>
@@ -367,6 +367,7 @@ <h2>参照</h2>
367367
<ul>
368368
<li><a href="http://wg21.link/p0768" target="_blank">P0768R1 Library support for the spaceship (comparison) operator</a></li>
369369
<li><a href="http://wg21.link/p1614" target="_blank">P1614R2 The Mothership has Landed (Adding &lt;=&gt; to the Library)</a></li>
370+
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2602r2.html" target="_blank">P2602R2 Poison Pills are Too Toxic</a></li>
370371
</ul></div>
371372

372373
</div>

reference/compare/strong_order.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2025-08-31T10:06:36">
192-
2025年08月31日 10時06分36秒
191+
<span itemprop="datePublished" content="2026-02-24T07:56:31">
192+
2026年02月24日 07時56分31秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Raclamusi</span>
196+
<span itemprop="name">Akira Takahashi</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -230,7 +230,7 @@ <h2>効果</h2>
230230
<p><code><a href="../type_traits/decay.html">decay</a></code>を通した<code>a, b</code>の型が異なる場合、呼び出しは<a class="cpprefjp-defined-word" data-desc="プログラムが適格でないこと。コンパイルエラーなどになる" href="../../implementation-compliance.html#dfn-ill-formed">不適格</a>(コンパイルエラー)</p>
231231
</li>
232232
<li>
233-
<p><code>std::strong_order</code>(本関数オブジェクト)の宣言を含まないコンテキストで<code><a href="strong_ordering.html">strong_ordering</a>(strong_order(a, b))</code>が呼び出し可能ならば<code>strong_ordering(strong_order(a, b))</code></p>
233+
<p><code>strong_order(a, b)</code><code>strong_order</code>の意味が<a class="cpprefjp-defined-word" data-desc="実引数依存の名前探索 (Argument Dependent Lookup)。引数の型が所属する名前空間の関数を探索する言語機能">ADL</a>のみによって決まるコンテキストで<code><a href="strong_ordering.html">strong_ordering</a>(strong_order(a, b))</code>が呼び出し可能ならば<code>strong_ordering(strong_order(a, b))</code></p>
234234
</li>
235235
<li>
236236
<p><code><a href="../type_traits/decay.html">decay</a></code>を通した<code>a, b</code>の型<code>T</code>が浮動小数点型の場合、<code>T</code>の組み込みの比較演算子による順序と一貫する<code><a href="strong_ordering.html">strong_ordering</a></code>の値を返す。<br />
@@ -372,6 +372,7 @@ <h2>参照</h2>
372372
<ul>
373373
<li><a href="http://wg21.link/p0768" target="_blank">P0768R1 Library support for the spaceship (comparison) operator</a></li>
374374
<li><a href="http://wg21.link/p1614" target="_blank">P1614R2 The Mothership has Landed (Adding &lt;=&gt; to the Library)</a></li>
375+
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2602r2.html" target="_blank">P2602R2 Poison Pills are Too Toxic</a></li>
375376
<li><a href="https://en.wikipedia.org/wiki/IEEE_754#Total-ordering_predicate" target="_blank">IEEE 754 - wikipedia</a></li>
376377
<li><a href="http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1605.pdf" target="_blank">Floating-point extensions for C — Part 1: Binary floating-point arithmetic - WG14 N1605</a></li>
377378
</ul></div>

reference/compare/weak_order.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2025-08-31T10:06:36">
192-
2025年08月31日 10時06分36秒
191+
<span itemprop="datePublished" content="2026-02-24T07:56:31">
192+
2026年02月24日 07時56分31秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Raclamusi</span>
196+
<span itemprop="name">Akira Takahashi</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -230,7 +230,7 @@ <h2>効果</h2>
230230
<p><code><a href="../type_traits/decay.html">decay</a></code>を通した<code>a, b</code>の型が異なる場合、呼び出しは<a class="cpprefjp-defined-word" data-desc="プログラムが適格でないこと。コンパイルエラーなどになる" href="../../implementation-compliance.html#dfn-ill-formed">不適格</a>(コンパイルエラー)</p>
231231
</li>
232232
<li>
233-
<p><code>std::weak_order</code>(本関数オブジェクト)の宣言を含まないコンテキストで<code><a href="weak_ordering.html">weak_ordering</a>(weak_order(a, b))</code>が呼び出し可能ならば<code>weak_ordering(weak_order(a, b))</code></p>
233+
<p><code>weak_order(a, b)</code><code>weak_order</code>の意味が<a class="cpprefjp-defined-word" data-desc="実引数依存の名前探索 (Argument Dependent Lookup)。引数の型が所属する名前空間の関数を探索する言語機能">ADL</a>のみによって決まるコンテキストで<code><a href="weak_ordering.html">weak_ordering</a>(weak_order(a, b))</code>が呼び出し可能ならば<code>weak_ordering(weak_order(a, b))</code></p>
234234
</li>
235235
<li>
236236
<p><code><a href="../type_traits/decay.html">decay</a></code>を通した<code>a, b</code>の型<code>T</code>が浮動小数点型の場合、<code>T</code>の組み込みの比較演算子および<code><a href="strong_order.html">strong_order</a></code>による順序と一貫する<code><a href="weak_ordering.html">weak_ordering</a></code>の値を返す。<br />
@@ -387,6 +387,7 @@ <h2>参照</h2>
387387
<ul>
388388
<li><a href="http://wg21.link/p0768" target="_blank">P0768R1 Library support for the spaceship (comparison) operator</a></li>
389389
<li><a href="http://wg21.link/p1614" target="_blank">P1614R2 The Mothership has Landed (Adding &lt;=&gt; to the Library)</a></li>
390+
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2602r2.html" target="_blank">P2602R2 Poison Pills are Too Toxic</a></li>
390391
</ul></div>
391392

392393
</div>

reference/iterator/iter_move.html

Lines changed: 4 additions & 7 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="2024-06-11T13:45:38">
192-
2024年06月11日 13時45分38秒
191+
<span itemprop="datePublished" content="2026-02-24T07:56:31">
192+
2026年02月24日 07時56分31秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -229,11 +229,7 @@ <h2>効果</h2>
229229
<p><code>iter_move(i)</code>のように呼び出された時、以下のいずれかと等価</p>
230230
<ol>
231231
<li>
232-
<p>引数<code>i</code>の型がクラス型であるか列挙型であり、<code>std::ranges::iter_move</code>(本<a class="cpprefjp-defined-word" data-desc="カスタマイゼーションポイントオブジェクト。プログラム定義型に対するオーバーロードが許されている標準関数名について、中でいい感じにオーバーロード解決して呼び出してくれる関数オブジェクト">CPO</a>)の宣言を含まず下記の<code>iter_move</code>関数宣言を含むコンテキストで、<code>iter_move(i)</code>が呼び出し可能ならば<code>iter_move(i)</code>
233-
<br />
234-
<div class="codehilite"><pre><span></span><code><span class="kt">void</span> <span class="nf">iter_move</span><span class="p">();</span>
235-
</code></pre></div>
236-
</p>
232+
<p>引数<code>i</code>の型がクラス型であるか列挙型であり、<code>iter_move(i)</code><code>iter_move</code>の意味が<a class="cpprefjp-defined-word" data-desc="実引数依存の名前探索 (Argument Dependent Lookup)。引数の型が所属する名前空間の関数を探索する言語機能">ADL</a>のみによって決まるコンテキストで、<code>iter_move(i)</code>が呼び出し可能ならば<code>iter_move(i)</code></p>
237233
</li>
238234
<li>
239235
<p><code>*i</code>が有効であり、<code>*i</code>の結果が左辺値であるならば<code>std::move(*i)</code></p>
@@ -321,6 +317,7 @@ <h3>処理系</h3>
321317
<h2>参照</h2>
322318
<ul>
323319
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0896r4.pdf" target="_blank">P0896R4 The One Ranges Proposal (was Merging the Ranges TS)</a></li>
320+
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2602r2.html" target="_blank">P2602R2 Poison Pills are Too Toxic</a></li>
324321
</ul></div>
325322

326323
</div>

reference/iterator/iter_swap.html

Lines changed: 3 additions & 2 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-07-08T15:33:39">
192-
2025年07月08日 15時33分39秒
191+
<span itemprop="datePublished" content="2026-02-24T07:56:31">
192+
2026年02月24日 07時56分31秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -324,6 +324,7 @@ <h3>処理系</h3>
324324
<h2>参照</h2>
325325
<ul>
326326
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0896r4.pdf" target="_blank">P0896R4 The One Ranges Proposal (was Merging the Ranges TS)</a></li>
327+
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2602r2.html" target="_blank">P2602R2 Poison Pills are Too Toxic</a></li>
327328
</ul></div>
328329

329330
</div>

reference/ranges/begin.html

Lines changed: 4 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="2024-06-11T13:45:38">
192-
2024年06月11日 13時45分38秒
191+
<span itemprop="datePublished" content="2026-02-24T07:56:31">
192+
2026年02月24日 07時56分31秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -229,7 +229,7 @@ <h2>効果</h2>
229229
<li><code>E</code>がrvalueかつ<code><a href="enable_borrowed_range.html">enable_borrowed_range</a>&lt;<a href="../type_traits/remove_cv.html">remove_cv_t</a>&lt;T&gt;&gt;</code><code>false</code>であれば、呼び出しは<a class="cpprefjp-defined-word" data-desc="プログラムが適格でないこと。コンパイルエラーなどになる" href="../../implementation-compliance.html#dfn-ill-formed">不適格</a></li>
230230
<li><code>T</code>が配列型であれば、<code>t + 0</code>に等しい(expression‑equivalent)。ただし、<code><a href="../type_traits/remove_all_extents.html">remove_all_extents_t</a>&lt;T&gt;</code><a class="cpprefjp-defined-word" data-desc="型のサイズを決定できない、完全には定義されていない型。例えば先行宣言のみのクラス型、要素数不明の配列型、`void`など。クラス定義内部ではそのクラス自身は不完全型">不完全型</a>であれば、呼び出しは<a class="cpprefjp-defined-word" data-desc="プログラムが適格でないこと。コンパイルエラーなどになる" href="../../implementation-compliance.html#dfn-ill-formed">不適格</a>(<a class="cpprefjp-defined-word" data-desc="処理系は規則違反に対してエラーメッセージや警告を出さないかもしれない" href="../../implementation-compliance.html#dfn-no-diagnostic-required">診断不要</a>)。</li>
231231
<li><code><a href="../exposition-only/decay-copy.html">decay-copy</a>(t.begin())</code>が有効な式でその型が<code><a href="../iterator/input_or_output_iterator.html">input_or_output_iterator</a></code>のモデルであれば、<code><a href="../exposition-only/decay-copy.html">decay-copy</a>(t.begin())</code>と等しい。</li>
232-
<li><code>T</code>がクラス型または列挙体であって、<code>begin</code><a class="cpprefjp-defined-word" data-desc="実引数依存の名前探索 (Argument Dependent Lookup)。引数の型が所属する名前空間の関数を探索する言語機能">ADL</a>で見つかり<code><a href="../exposition-only/decay-copy.html">decay-copy</a>(begin(t))</code>が有効な式でその型が<code><a href="../iterator/input_or_output_iterator.html">input_or_output_iterator</a></code>のモデルであれば、<code><a href="../exposition-only/decay-copy.html">decay-copy</a>(begin(t))</code>と等しい。</li>
232+
<li><code>T</code>がクラス型または列挙体であって、<code>begin(t)</code><code>begin</code>の意味が<a class="cpprefjp-defined-word" data-desc="実引数依存の名前探索 (Argument Dependent Lookup)。引数の型が所属する名前空間の関数を探索する言語機能">ADL</a>のみによって決まるコンテキストで<code><a href="../exposition-only/decay-copy.html">decay-copy</a>(begin(t))</code>が有効な式でその型が<code><a href="../iterator/input_or_output_iterator.html">input_or_output_iterator</a></code>のモデルであれば、<code><a href="../exposition-only/decay-copy.html">decay-copy</a>(begin(t))</code>と等しい。</li>
233233
</ol>
234234
<p>どれにも当てはまらないとき、呼び出しは<a class="cpprefjp-defined-word" data-desc="プログラムが適格でないこと。コンパイルエラーなどになる" href="../../implementation-compliance.html#dfn-ill-formed">不適格</a></p>
235235
<h2><a class="cpprefjp-defined-word" data-desc="関数呼び出し式の評価結果となるオブジェクト・値">戻り値</a></h2>
@@ -298,6 +298,7 @@ <h2>参照</h2>
298298
<ul>
299299
<li><a href="https://timsong-cpp.github.io/cppwp/n4861/ranges" target="_blank">N4861 24 Ranges library</a></li>
300300
<li><a href="https://techbookfest.org/product/5134506308665344" target="_blank">C++20 ranges</a></li>
301+
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2602r2.html" target="_blank">P2602R2 Poison Pills are Too Toxic</a></li>
301302
</ul></div>
302303

303304
</div>

0 commit comments

Comments
 (0)