Skip to content

Commit 53be764

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 8ba989a commit 53be764

File tree

7 files changed

+848
-1881
lines changed

7 files changed

+848
-1881
lines changed

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-23T13:40:31">
192-
2025年01月23日 13時40分31秒
191+
<span itemprop="datePublished" content="2025-01-23T16:20:49">
192+
2025年01月23日 16時20分49秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -236,7 +236,7 @@ <h3>構築・破棄</h3>
236236
</thead>
237237
<tbody>
238238
<tr>
239-
<td><code><span href="https://cpprefjp.github.io/reference/flat_map/flat_map/op_constructor.md.nolink">(constructor)</span></code></td>
239+
<td><code><a href="flat_map/op_constructor.html">(constructor)</a></code></td>
240240
<td>コンストラクタ</td>
241241
<td>C++23</td>
242242
</tr>

reference/flat_map/flat_map/op_constructor.html

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

reference/flat_map/flat_map/uses_allocator.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="2025-01-23T13:40:31">
204-
2025年01月23日 13時40分31秒
203+
<span itemprop="datePublished" content="2025-01-23T16:20:49">
204+
2025年01月23日 16時20分49秒
205205
</span>
206206
<br/>
207207
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -237,7 +237,7 @@
237237
</p>
238238
<h2>概要</h2>
239239
<p><code>uses_allocator</code>の、<code>flat_map</code>に対する特殊化。</p>
240-
<p>アロケータを指定する<code>flat_map</code>のコンストラクタにおいて、指定されたアロケータと、<code>KeyContainer</code>および<code>MappedContainer</code>が合致するかをチェックするのに使われる</p>
240+
<p>アロケータを指定する<code>flat_map</code><code><a href="op_constructor.html">コンストラクタ</a></code>において、指定されたアロケータと、<code>KeyContainer</code>および<code>MappedContainer</code>のアロケータが合致するかをチェックするのに使われる</p>
241241
<h2></h2>
242242
<p><div class="codehilite"><pre><span></span><code><span class="cp">#include</span> <span class="cpf"><a href="../../flat_map.html">&lt;flat_map&gt;</a></span><span class="cp"></span>
243243
<span class="cp">#include</span> <span class="cpf"><a href="../../iostream.html">&lt;iostream&gt;</a></span><span class="cp"></span>

rss.xml

Lines changed: 333 additions & 1871 deletions
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4791,7 +4791,7 @@
47914791

47924792
<url>
47934793
<loc>https://cpprefjp.github.io/reference/flat_map/flat_map.html</loc>
4794-
<lastmod>2025-01-23T22:40:31+09:00</lastmod>
4794+
<lastmod>2025-01-24T01:20:49+09:00</lastmod>
47954795
<changefreq>daily</changefreq>
47964796
<priority>0.7</priority>
47974797
</url>
@@ -4894,6 +4894,13 @@
48944894
<priority>0.6</priority>
48954895
</url>
48964896

4897+
<url>
4898+
<loc>https://cpprefjp.github.io/reference/flat_map/flat_map/op_constructor.html</loc>
4899+
<lastmod>2025-01-24T01:20:49+09:00</lastmod>
4900+
<changefreq>daily</changefreq>
4901+
<priority>0.6</priority>
4902+
</url>
4903+
48974904
<url>
48984905
<loc>https://cpprefjp.github.io/reference/flat_map/flat_map/cend.html</loc>
48994906
<lastmod>2025-01-13T23:45:53+09:00</lastmod>
@@ -4952,7 +4959,7 @@
49524959

49534960
<url>
49544961
<loc>https://cpprefjp.github.io/reference/flat_map/flat_map/uses_allocator.html</loc>
4955-
<lastmod>2025-01-23T22:40:31+09:00</lastmod>
4962+
<lastmod>2025-01-24T01:20:49+09:00</lastmod>
49564963
<changefreq>daily</changefreq>
49574964
<priority>0.6</priority>
49584965
</url>

static/crsearch/crsearch.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/crsearch/crsearch.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)