Skip to content

Commit 2197f82

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent ba5f1ec commit 2197f82

File tree

4 files changed

+64
-2398
lines changed

4 files changed

+64
-2398
lines changed

reference/inplace_vector/inplace_vector/unchecked_emplace_back.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="2026-03-30T09:31:10">
204-
2026年03月30日 09時31分10秒
203+
<span itemprop="datePublished" content="2026-03-30T09:45:36">
204+
2026年03月30日 09時45分36秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -232,7 +232,7 @@
232232
<h2>概要</h2>
233233
<p>容量チェックなしで末尾へ直接構築する。</p>
234234
<h2><a class="cpprefjp-defined-word" data-desc="関数等の意味論を構成する要素の1つ。Preconditions。関数呼び出し時に満たされていると関数が想定する条件。満たさなければ未定義の動作。契約属性の`[[expects]]`に相当">事前条件</a></h2>
235-
<p><code><a href="size.html">size()</a> &lt; N</code>であること。この条件を満たさない場合、<a class="cpprefjp-defined-word" data-desc="未定義の動作。処理系は予期せぬ動作をする可能性がある。要するに動作保証対象外。undefined behavior (UB)。" href="../../../implementation-compliance.html#dfn-undefined-behavior">未定義動作</a>となる</p>
235+
<p><code><a href="size.html">size()</a> &lt; N</code>であること。この条件を満たさない場合、<a class="cpprefjp-defined-word" data-desc="未定義の動作。処理系は予期せぬ動作をする可能性がある。要するに動作保証対象外。undefined behavior (UB)。" href="../../../implementation-compliance.html#dfn-undefined-behavior">動作は未定義</a></p>
236236
<h2>効果</h2>
237237
<p><code><a href="../../utility/forward.html">std::forward</a>&lt;Args&gt;(args)...</code>から構築した要素を末尾に追加する。</p>
238238
<h2><a class="cpprefjp-defined-word" data-desc="関数呼び出し式の評価結果となるオブジェクト・値">戻り値</a></h2>

reference/inplace_vector/inplace_vector/unchecked_push_back.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="2026-03-30T09:31:10">
204-
2026年03月30日 09時31分10秒
203+
<span itemprop="datePublished" content="2026-03-30T09:45:36">
204+
2026年03月30日 09時45分36秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -236,7 +236,7 @@ <h2>概要</h2>
236236
<li>(2) : <code>x</code>をムーブして末尾に追加する。</li>
237237
</ul>
238238
<h2><a class="cpprefjp-defined-word" data-desc="関数等の意味論を構成する要素の1つ。Preconditions。関数呼び出し時に満たされていると関数が想定する条件。満たさなければ未定義の動作。契約属性の`[[expects]]`に相当">事前条件</a></h2>
239-
<p><code><a href="size.html">size()</a> &lt; N</code>であること。この条件を満たさない場合、<a class="cpprefjp-defined-word" data-desc="未定義の動作。処理系は予期せぬ動作をする可能性がある。要するに動作保証対象外。undefined behavior (UB)。" href="../../../implementation-compliance.html#dfn-undefined-behavior">未定義動作</a>となる</p>
239+
<p><code><a href="size.html">size()</a> &lt; N</code>であること。この条件を満たさない場合、<a class="cpprefjp-defined-word" data-desc="未定義の動作。処理系は予期せぬ動作をする可能性がある。要するに動作保証対象外。undefined behavior (UB)。" href="../../../implementation-compliance.html#dfn-undefined-behavior">動作は未定義</a></p>
240240
<h2>効果</h2>
241241
<p><code>x</code>を末尾に追加する。</p>
242242
<h2><a class="cpprefjp-defined-word" data-desc="関数呼び出し式の評価結果となるオブジェクト・値">戻り値</a></h2>

0 commit comments

Comments
 (0)