Skip to content

Commit f760631

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 0c8066d commit f760631

File tree

8 files changed

+508
-233
lines changed

8 files changed

+508
-233
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="mi">1U</span><span class="n">EnsDTIHWMHDMmBgrEHiBgMEouquuFnz</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">1l</span><span class="n">WtochRgjRViChlByPTwNbNRpJbBsePp</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/flat_map/flat_map.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-01-23T16:20:49">
192-
2025年01月23日 16時20分49秒
191+
<span itemprop="datePublished" content="2025-01-26T07:25:02">
192+
2025年01月26日 07時25分02秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -246,7 +246,7 @@ <h3>構築・破棄</h3>
246246
<td>C++23</td>
247247
</tr>
248248
<tr>
249-
<td><code><span href="https://cpprefjp.github.io/reference/flat_map/flat_map/op_assign.md.nolink">operator=</span></code></td>
249+
<td><code><a href="flat_map/op_assign.html">operator=</a></code></td>
250250
<td>代入演算子</td>
251251
<td>C++23</td>
252252
</tr>

reference/flat_map/flat_map/op_assign.html

Lines changed: 309 additions & 0 deletions
Large diffs are not rendered by default.

reference/flat_map/flat_map/op_constructor.html

Lines changed: 15 additions & 2 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-01-23T16:20:49">
204-
2025年01月23日 16時20分49秒
203+
<span itemprop="datePublished" content="2025-01-26T07:25:02">
204+
2025年01月26日 07時25分02秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -389,6 +389,7 @@ <h2><a class="cpprefjp-defined-word" data-desc="関数等の意味論を構成
389389
</ul>
390390
<h2>備考</h2>
391391
<ul>
392+
<li>通常の(アロケータを指定しない)コピーコンストラクタとムーブコンストラクタは自動生成される。</li>
392393
<li>(7)-(12) において、引数の <code>key_cont</code><code>mapped_cont</code> のサイズが異なる場合の動作は定められていない。</li>
393394
<li>(7)-(9), (13)-(15), (23)-(25) において、Key が重複している要素は削除されるが、どの要素が削除されるかは定められていない。</li>
394395
<li>(3)-(6), (8), (9), (11), (12), (14), (15), (17), (18), (21), (22), (24), (25), (27), (28) は引数としてアロケータを受け取るが、引数のアロケータに対して <code><a href="uses_allocator.html">uses_allocator</a></code><code>false</code> であれば、この引数は無視される。</li>
@@ -457,6 +458,18 @@ <h3>出力</h3>
457458
Carol: 4,
458459
}
459460
</code></pre></p>
461+
<h2>バージョン</h2>
462+
<h3>言語</h3>
463+
<ul>
464+
<li>C++23</li>
465+
</ul>
466+
<h3>処理系</h3>
467+
<ul>
468+
<li><a href="../../../implementation.html#clang">Clang</a>: ??</li>
469+
<li><a href="../../../implementation.html#gcc">GCC</a>: ??</li>
470+
<li><a href="../../../implementation.html#icc">ICC</a>: ??</li>
471+
<li><a href="../../../implementation.html#visual_cpp">Visual C++</a>: ??</li>
472+
</ul>
460473
<h2>関連項目</h2>
461474
<table border="1" bordercolor="#888" style="border-collapse:collapse">
462475
<thead>

0 commit comments

Comments
 (0)