Skip to content

Commit a332ced

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent b7edcd2 commit a332ced

File tree

3 files changed

+34
-538
lines changed

3 files changed

+34
-538
lines changed

reference/memory/start_lifetime_as.html

Lines changed: 4 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-05-28T14:40:48">
192-
2025年05月28日 14時40分48秒
191+
<span itemprop="datePublished" content="2025-06-01T15:09:38">
192+
2025年06月01日 15時09分38秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">suomesta</span>
196+
<span itemprop="name">Kazutoshi SATODA</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -240,7 +240,7 @@ <h2><a class="cpprefjp-defined-word" data-desc="関数等の意味論を構成
240240
<h2>効果</h2>
241241
<p><code>T</code> のオブジェクト(アドレスは <code>p</code>)が暗黙的に構築される。<code>T</code> 内にネストされているオブジェクトも暗黙的に構築される。</p>
242242
<h2><a class="cpprefjp-defined-word" data-desc="関数呼び出し式の評価結果となるオブジェクト・値">戻り値</a></h2>
243-
<p>暗黙的に構築された型 <code>T</code> のオブジェクトのポインタを返す。ポインタの値は <code>p</code></p>
243+
<p>暗黙的に構築された型 <code>T</code> のオブジェクトへのポインタを返す</p>
244244
<h2><a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a></h2>
245245
<p>投げない。</p>
246246
<h2></h2>

0 commit comments

Comments
 (0)