Skip to content

Commit cdb9ac8

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 5085b89 commit cdb9ac8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+2144
-475
lines changed

reference/bitset/bitset/op_at.html

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

201201
<p class="text-right"><small>
202202
最終更新日時(UTC):
203-
<span itemprop="datePublished" content="2023-03-20T14:13:02">
204-
2023年03月20日 14時13分02秒
203+
<span itemprop="datePublished" content="2026-02-26T04:20:38">
204+
2026年02月26日 04時20分38秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
208-
<span itemprop="name">suomesta</span>
208+
<span itemprop="name">Akira Takahashi</span>
209209
</span>
210210
が更新
211211
</small></p>
@@ -234,7 +234,7 @@
234234
</p>
235235
<h2>概要</h2>
236236
<p>任意の位置のビットにアクセスする。</p>
237-
<h2>要件</h2>
237+
<h2><a class="cpprefjp-defined-word" data-desc="関数等の意味論を構成する要素の1つ。Hardened preconditions。関数呼び出し時に満たされていると関数が想定する条件。満たさない場合は契約違反となる動作。セキュリティ上の脆弱性につながる操作に対して設定される事前条件">堅牢化された事前条件</a></h2>
238238
<p><code>pos &lt; <a href="size.html">size()</a></code>であること。</p>
239239
<h2><a class="cpprefjp-defined-word" data-desc="関数呼び出し式の評価結果となるオブジェクト・値">戻り値</a></h2>
240240
<ul>
@@ -269,6 +269,8 @@ <h2>参照</h2>
269269
<ul>
270270
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3669.pdf" target="_blank">N3669 Fixing constexpr member functions without const</a></li>
271271
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2417r2.pdf" target="_blank">P2417R2 A more constexpr bitset</a></li>
272+
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3471r4.html" target="_blank">P3471R4 Standard library hardening</a></li>
273+
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3878r1.html" target="_blank">P3878R1 Standard library hardening should not use the 'observe' semantic</a></li>
272274
</ul></div>
273275

274276
</div>

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">yoqAzuiKNdztOHFSvBoHYcWdcbYZbYT</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/deque/deque/pop_back.html

Lines changed: 5 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="2026-02-17T14:22:33">
204-
2026年02月17日 14時22分33秒
203+
<span itemprop="datePublished" content="2026-02-26T04:20:38">
204+
2026年02月26日 04時20分38秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -231,7 +231,7 @@
231231
</p>
232232
<h2>概要</h2>
233233
<p>末尾要素を削除する。</p>
234-
<h2>要件</h2>
234+
<h2><a class="cpprefjp-defined-word" data-desc="関数等の意味論を構成する要素の1つ。Hardened preconditions。関数呼び出し時に満たされていると関数が想定する条件。満たさない場合は契約違反となる動作。セキュリティ上の脆弱性につながる操作に対して設定される事前条件">堅牢化された事前条件</a></h2>
235235
<p><code><a href="empty.html">empty()</a> == false</code>であること。</p>
236236
<h2><a class="cpprefjp-defined-word" data-desc="関数呼び出し式の評価結果となるオブジェクト・値">戻り値</a></h2>
237237
<p>なし</p>
@@ -285,6 +285,8 @@ <h2>関連項目</h2>
285285
<h2>参照</h2>
286286
<ul>
287287
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3372r3.html" target="_blank">P3372R3 constexpr containers and adaptors</a></li>
288+
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3471r4.html" target="_blank">P3471R4 Standard library hardening</a></li>
289+
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3878r1.html" target="_blank">P3878R1 Standard library hardening should not use the 'observe' semantic</a></li>
288290
</ul></div>
289291

290292
</div>

reference/expected/expected.void/error.html

Lines changed: 5 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="2024-06-11T13:45:38">
204-
2024年06月11日 13時45分38秒
203+
<span itemprop="datePublished" content="2026-02-26T04:20:38">
204+
2026年02月26日 04時20分38秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -234,7 +234,7 @@
234234
</p>
235235
<h2>概要</h2>
236236
<p>エラー値を取得する。</p>
237-
<h2><a class="cpprefjp-defined-word" data-desc="関数等の意味論を構成する要素の1つ。Preconditions。関数呼び出し時に満たされていると関数が想定する条件。満たさなければ未定義の動作。契約属性の`[[expects]]`に相当">事前条件</a></h2>
237+
<h2><a class="cpprefjp-defined-word" data-desc="関数等の意味論を構成する要素の1つ。Hardened preconditions。関数呼び出し時に満たされていると関数が想定する条件。満たさない場合は契約違反となる動作。セキュリティ上の脆弱性につながる操作に対して設定される事前条件">堅牢化された事前条件</a></h2>
238238
<p><code><a href="has_value.html">has_value()</a> == false</code></p>
239239
<h2><a class="cpprefjp-defined-word" data-desc="関数呼び出し式の評価結果となるオブジェクト・値">戻り値</a></h2>
240240
<p>動作説明用のメンバ変数として、エラー値を保持する<code>unex</code>を導入する。</p>
@@ -280,6 +280,8 @@ <h2>関連項目</h2>
280280
<h2>参照</h2>
281281
<ul>
282282
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p0323r12.html" target="_blank">P0323R12 std::expected</a></li>
283+
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3471r4.html" target="_blank">P3471R4 Standard library hardening</a></li>
284+
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3878r1.html" target="_blank">P3878R1 Standard library hardening should not use the 'observe' semantic</a></li>
283285
</ul></div>
284286

285287
</div>

reference/expected/expected.void/op_deref.html

Lines changed: 5 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="2024-06-11T13:45:38">
204-
2024年06月11日 13時45分38秒
203+
<span itemprop="datePublished" content="2026-02-26T04:20:38">
204+
2026年02月26日 04時20分38秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -231,7 +231,7 @@
231231
</p>
232232
<h2>概要</h2>
233233
<p>正常値(<code>void</code>)を取得する。</p>
234-
<h2><a class="cpprefjp-defined-word" data-desc="関数等の意味論を構成する要素の1つ。Preconditions。関数呼び出し時に満たされていると関数が想定する条件。満たさなければ未定義の動作。契約属性の`[[expects]]`に相当">事前条件</a></h2>
234+
<h2><a class="cpprefjp-defined-word" data-desc="関数等の意味論を構成する要素の1つ。Hardened preconditions。関数呼び出し時に満たされていると関数が想定する条件。満たさない場合は契約違反となる動作。セキュリティ上の脆弱性につながる操作に対して設定される事前条件">堅牢化された事前条件</a></h2>
235235
<p><code><a href="has_value.html">has_value()</a> == true</code></p>
236236
<h2><a class="cpprefjp-defined-word" data-desc="関数呼び出し式の評価結果となるオブジェクト・値">戻り値</a></h2>
237237
<p>なし</p>
@@ -272,6 +272,8 @@ <h2>関連項目</h2>
272272
<h2>参照</h2>
273273
<ul>
274274
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p0323r12.html" target="_blank">P0323R12 std::expected</a></li>
275+
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3471r4.html" target="_blank">P3471R4 Standard library hardening</a></li>
276+
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3878r1.html" target="_blank">P3878R1 Standard library hardening should not use the 'observe' semantic</a></li>
275277
</ul></div>
276278

277279
</div>

reference/expected/expected/error.html

Lines changed: 5 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="2024-06-11T13:45:38">
204-
2024年06月11日 13時45分38秒
203+
<span itemprop="datePublished" content="2026-02-26T04:20:38">
204+
2026年02月26日 04時20分38秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -233,7 +233,7 @@
233233
</p>
234234
<h2>概要</h2>
235235
<p>エラー値を取得する。</p>
236-
<h2><a class="cpprefjp-defined-word" data-desc="関数等の意味論を構成する要素の1つ。Preconditions。関数呼び出し時に満たされていると関数が想定する条件。満たさなければ未定義の動作。契約属性の`[[expects]]`に相当">事前条件</a></h2>
236+
<h2><a class="cpprefjp-defined-word" data-desc="関数等の意味論を構成する要素の1つ。Hardened preconditions。関数呼び出し時に満たされていると関数が想定する条件。満たさない場合は契約違反となる動作。セキュリティ上の脆弱性につながる操作に対して設定される事前条件">堅牢化された事前条件</a></h2>
237237
<p><code><a href="has_value.html">has_value()</a> == false</code></p>
238238
<h2><a class="cpprefjp-defined-word" data-desc="関数呼び出し式の評価結果となるオブジェクト・値">戻り値</a></h2>
239239
<p>動作説明用のメンバ変数として、エラー値を保持する<code>unex</code>を導入する。</p>
@@ -279,6 +279,8 @@ <h2>関連項目</h2>
279279
<h2>参照</h2>
280280
<ul>
281281
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p0323r12.html" target="_blank">P0323R12 std::expected</a></li>
282+
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3471r4.html" target="_blank">P3471R4 Standard library hardening</a></li>
283+
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3878r1.html" target="_blank">P3878R1 Standard library hardening should not use the 'observe' semantic</a></li>
282284
</ul></div>
283285

284286
</div>

reference/expected/expected/op_arrow.html

Lines changed: 5 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="2024-06-11T13:45:38">
204-
2024年06月11日 13時45分38秒
203+
<span itemprop="datePublished" content="2026-02-26T04:20:38">
204+
2026年02月26日 04時20分38秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -231,7 +231,7 @@
231231
</p>
232232
<h2>概要</h2>
233233
<p>保持している正常値のメンバにアクセスする。</p>
234-
<h2><a class="cpprefjp-defined-word" data-desc="関数等の意味論を構成する要素の1つ。Preconditions。関数呼び出し時に満たされていると関数が想定する条件。満たさなければ未定義の動作。契約属性の`[[expects]]`に相当">事前条件</a></h2>
234+
<h2><a class="cpprefjp-defined-word" data-desc="関数等の意味論を構成する要素の1つ。Hardened preconditions。関数呼び出し時に満たされていると関数が想定する条件。満たさない場合は契約違反となる動作。セキュリティ上の脆弱性につながる操作に対して設定される事前条件">堅牢化された事前条件</a></h2>
235235
<p><code><a href="has_value.html">has_value()</a> == true</code></p>
236236
<h2><a class="cpprefjp-defined-word" data-desc="関数呼び出し式の評価結果となるオブジェクト・値">戻り値</a></h2>
237237
<p>正常値へのポインタ。</p>
@@ -277,6 +277,8 @@ <h2>関連項目</h2>
277277
<h2>参照</h2>
278278
<ul>
279279
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p0323r12.html" target="_blank">P0323R12 std::expected</a></li>
280+
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3471r4.html" target="_blank">P3471R4 Standard library hardening</a></li>
281+
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3878r1.html" target="_blank">P3878R1 Standard library hardening should not use the 'observe' semantic</a></li>
280282
</ul></div>
281283

282284
</div>

reference/expected/expected/op_deref.html

Lines changed: 5 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="2024-06-11T13:45:38">
204-
2024年06月11日 13時45分38秒
203+
<span itemprop="datePublished" content="2026-02-26T04:20:38">
204+
2026年02月26日 04時20分38秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -233,7 +233,7 @@
233233
</p>
234234
<h2>概要</h2>
235235
<p>正常値を取得する。</p>
236-
<h2><a class="cpprefjp-defined-word" data-desc="関数等の意味論を構成する要素の1つ。Preconditions。関数呼び出し時に満たされていると関数が想定する条件。満たさなければ未定義の動作。契約属性の`[[expects]]`に相当">事前条件</a></h2>
236+
<h2><a class="cpprefjp-defined-word" data-desc="関数等の意味論を構成する要素の1つ。Hardened preconditions。関数呼び出し時に満たされていると関数が想定する条件。満たさない場合は契約違反となる動作。セキュリティ上の脆弱性につながる操作に対して設定される事前条件">堅牢化された事前条件</a></h2>
237237
<p><code><a href="has_value.html">has_value()</a> == true</code></p>
238238
<h2><a class="cpprefjp-defined-word" data-desc="関数呼び出し式の評価結果となるオブジェクト・値">戻り値</a></h2>
239239
<p>動作説明用のメンバ変数として、正常値を保持する<code>val</code>を導入する。</p>
@@ -283,6 +283,8 @@ <h2>関連項目</h2>
283283
<h2>参照</h2>
284284
<ul>
285285
<li><a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p0323r12.html" target="_blank">P0323R12 std::expected</a></li>
286+
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3471r4.html" target="_blank">P3471R4 Standard library hardening</a></li>
287+
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3878r1.html" target="_blank">P3878R1 Standard library hardening should not use the 'observe' semantic</a></li>
286288
</ul></div>
287289

288290
</div>

reference/forward_list/forward_list/pop_front.html

Lines changed: 5 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="2026-02-17T14:22:33">
204-
2026年02月17日 14時22分33秒
203+
<span itemprop="datePublished" content="2026-02-26T04:20:38">
204+
2026年02月26日 04時20分38秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -231,7 +231,7 @@
231231
</p>
232232
<h2>概要</h2>
233233
<p>先頭要素を削除する</p>
234-
<h2>要件</h2>
234+
<h2><a class="cpprefjp-defined-word" data-desc="関数等の意味論を構成する要素の1つ。Hardened preconditions。関数呼び出し時に満たされていると関数が想定する条件。満たさない場合は契約違反となる動作。セキュリティ上の脆弱性につながる操作に対して設定される事前条件">堅牢化された事前条件</a></h2>
235235
<p><code><a href="empty.html">empty()</a> == false</code>であること。</p>
236236
<h2><a class="cpprefjp-defined-word" data-desc="関数呼び出し式の評価結果となるオブジェクト・値">戻り値</a></h2>
237237
<p>なし</p>
@@ -273,6 +273,8 @@ <h3>処理系</h3>
273273
<h2>参照</h2>
274274
<ul>
275275
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3372r3.html" target="_blank">P3372R3 constexpr containers and adaptors</a></li>
276+
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3471r4.html" target="_blank">P3471R4 Standard library hardening</a></li>
277+
<li><a href="https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3878r1.html" target="_blank">P3878R1 Standard library hardening should not use the 'observe' semantic</a></li>
276278
</ul></div>
277279

278280
</div>

0 commit comments

Comments
 (0)