Skip to content

Commit 4fcccbe

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent ea56296 commit 4fcccbe

Some content is hidden

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

89 files changed

+3135
-434
lines changed

reference/algorithm/adjacent_find.html

Lines changed: 7 additions & 3 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-07-08T15:33:39">
192-
2025年07月08日 15時33分39秒
191+
<span itemprop="datePublished" content="2026-04-13T06:17:49">
192+
2026年04月13日 06時17分49秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Akira Takahashi</span>
196+
<span itemprop="name">teruyamato0731</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -351,6 +351,10 @@ <h3>処理系</h3>
351351
<li><a href="../../implementation.html#icc">ICC</a>: ??</li>
352352
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: ??</li>
353353
</ul>
354+
<h2>関連項目</h2>
355+
<ul>
356+
<li><code><a href="ranges_adjacent_find.html">ranges::adjacent_find</a></code></li>
357+
</ul>
354358
<h2>参照</h2>
355359
<ul>
356360
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0202r3.html" target="_blank">P0202R3 Add Constexpr Modifiers to Functions in <code>&lt;algorithm&gt;</code> and <code>&lt;utility&gt;</code> Headers</a></li>

reference/algorithm/all_of.html

Lines changed: 4 additions & 3 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-07-08T15:33:39">
192-
2025年07月08日 15時33分39秒
191+
<span itemprop="datePublished" content="2026-04-13T06:17:49">
192+
2026年04月13日 06時17分49秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Akira Takahashi</span>
196+
<span itemprop="name">teruyamato0731</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -287,6 +287,7 @@ <h2>関連項目</h2>
287287
<ul>
288288
<li><code><a href="any_of.html">any_of</a></code></li>
289289
<li><code><a href="none_of.html">none_of</a></code></li>
290+
<li><code><a href="ranges_all_of.html">ranges::all_of</a></code></li>
290291
</ul>
291292
<h2>参照</h2>
292293
<ul>

reference/algorithm/any_of.html

Lines changed: 4 additions & 3 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-07-08T15:33:39">
192-
2025年07月08日 15時33分39秒
191+
<span itemprop="datePublished" content="2026-04-13T06:17:49">
192+
2026年04月13日 06時17分49秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Akira Takahashi</span>
196+
<span itemprop="name">teruyamato0731</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -287,6 +287,7 @@ <h2>関連項目</h2>
287287
<ul>
288288
<li><code><a href="all_of.html">all_of</a></code></li>
289289
<li><code><a href="none_of.html">none_of</a></code></li>
290+
<li><code><a href="ranges_any_of.html">ranges::any_of</a></code></li>
290291
</ul>
291292
<h2>参照</h2>
292293
<ul>

reference/algorithm/binary_search.html

Lines changed: 7 additions & 3 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-07-08T15:33:39">
192-
2025年07月08日 15時33分39秒
191+
<span itemprop="datePublished" content="2026-04-13T06:17:49">
192+
2026年04月13日 06時17分49秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Akira Takahashi</span>
196+
<span itemprop="name">teruyamato0731</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -357,6 +357,10 @@ <h3>処理系</h3>
357357
<li><a href="../../implementation.html#icc">ICC</a>: ??</li>
358358
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: ??</li>
359359
</ul>
360+
<h2>関連項目</h2>
361+
<ul>
362+
<li><code><a href="ranges_binary_search.html">ranges::binary_search</a></code></li>
363+
</ul>
360364
<h2>参照</h2>
361365
<ul>
362366
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#787" target="_blank">LWG Issue 787. complexity of <code>binary_search</code></a><ul>

reference/algorithm/clamp.html

Lines changed: 7 additions & 3 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-07-08T15:33:39">
192-
2025年07月08日 15時33分39秒
191+
<span itemprop="datePublished" content="2026-04-13T06:17:49">
192+
2026年04月13日 06時17分49秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Akira Takahashi</span>
196+
<span itemprop="name">teruyamato0731</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -280,6 +280,10 @@ <h3>処理系</h3>
280280
<li><a href="../../implementation.html#gcc">GCC</a>: 7.1 <span aria-label="検証済" role="img" title="検証済"></span></li>
281281
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: ??</li>
282282
</ul>
283+
<h2>関連項目</h2>
284+
<ul>
285+
<li><code><a href="ranges_clamp.html">ranges::clamp</a></code></li>
286+
</ul>
283287
<h2>参照</h2>
284288
<ul>
285289
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4536.html" target="_blank">N4536 An algorithm to "clamp" a value between a pair of boundary values</a></li>

reference/algorithm/copy.html

Lines changed: 7 additions & 3 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-07-08T15:33:39">
192-
2025年07月08日 15時33分39秒
191+
<span itemprop="datePublished" content="2026-04-13T06:17:49">
192+
2026年04月13日 06時17分49秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Akira Takahashi</span>
196+
<span itemprop="name">teruyamato0731</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -295,6 +295,10 @@ <h3>処理系</h3>
295295
<li><a href="../../implementation.html#icc">ICC</a>: ??</li>
296296
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: ??</li>
297297
</ul>
298+
<h2>関連項目</h2>
299+
<ul>
300+
<li><code><a href="ranges_copy.html">ranges::copy</a></code></li>
301+
</ul>
298302
<h2>参照</h2>
299303
<ul>
300304
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0202r3.html" target="_blank">P0202R3 Add Constexpr Modifiers to Functions in <code>&lt;algorithm&gt;</code> and <code>&lt;utility&gt;</code> Headers</a></li>

reference/algorithm/copy_backward.html

Lines changed: 7 additions & 3 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-07-08T15:33:39">
192-
2025年07月08日 15時33分39秒
191+
<span itemprop="datePublished" content="2026-04-13T06:17:49">
192+
2026年04月13日 06時17分49秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Akira Takahashi</span>
196+
<span itemprop="name">teruyamato0731</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -282,6 +282,10 @@ <h3>処理系</h3>
282282
<li><a href="../../implementation.html#icc">ICC</a>: ??</li>
283283
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: ??</li>
284284
</ul>
285+
<h2>関連項目</h2>
286+
<ul>
287+
<li><code><a href="ranges_copy_backward.html">ranges::copy_backward</a></code></li>
288+
</ul>
285289
<h2>参照</h2>
286290
<ul>
287291
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0202r3.html" target="_blank">P0202R3 Add Constexpr Modifiers to Functions in <code>&lt;algorithm&gt;</code> and <code>&lt;utility&gt;</code> Headers</a></li>

reference/algorithm/copy_if.html

Lines changed: 7 additions & 3 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-07-08T15:33:39">
192-
2025年07月08日 15時33分39秒
191+
<span itemprop="datePublished" content="2026-04-13T06:17:49">
192+
2026年04月13日 06時17分49秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Akira Takahashi</span>
196+
<span itemprop="name">teruyamato0731</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -300,6 +300,10 @@ <h3>処理系</h3>
300300
<li><a href="../../implementation.html#gcc">GCC</a>: 4.4.7 <span aria-label="検証済" role="img" title="検証済"></span></li>
301301
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: 2010 <span aria-label="検証済" role="img" title="検証済"></span>, 2012 <span aria-label="検証済" role="img" title="検証済"></span>, 2013 <span aria-label="検証済" role="img" title="検証済"></span>, 2015 <span aria-label="検証済" role="img" title="検証済"></span></li>
302302
</ul>
303+
<h2>関連項目</h2>
304+
<ul>
305+
<li><code><a href="ranges_copy_if.html">ranges::copy_if</a></code></li>
306+
</ul>
303307
<h2>参照</h2>
304308
<ul>
305309
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2569.pdf" target="_blank">N2569 More STL algorithms</a></li>

reference/algorithm/copy_n.html

Lines changed: 7 additions & 3 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-07-08T15:33:39">
192-
2025年07月08日 15時33分39秒
191+
<span itemprop="datePublished" content="2026-04-13T06:17:49">
192+
2026年04月13日 06時17分49秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Akira Takahashi</span>
196+
<span itemprop="name">teruyamato0731</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -283,6 +283,10 @@ <h3>処理系</h3>
283283
<li><a href="../../implementation.html#gcc">GCC</a>: 4.4.7 <span aria-label="検証済" role="img" title="検証済"></span></li>
284284
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: 2010 <span aria-label="検証済" role="img" title="検証済"></span>, 2012 <span aria-label="検証済" role="img" title="検証済"></span>, 2013 <span aria-label="検証済" role="img" title="検証済"></span>, 2015 <span aria-label="検証済" role="img" title="検証済"></span></li>
285285
</ul>
286+
<h2>関連項目</h2>
287+
<ul>
288+
<li><code><a href="ranges_copy_n.html">ranges::copy_n</a></code></li>
289+
</ul>
286290
<h2>参照</h2>
287291
<ul>
288292
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2569.pdf" target="_blank">N2569 More STL algorithms</a></li>

reference/algorithm/count.html

Lines changed: 7 additions & 3 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-07-08T15:33:39">
192-
2025年07月08日 15時33分39秒
191+
<span itemprop="datePublished" content="2026-04-13T06:17:49">
192+
2026年04月13日 06時17分49秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Akira Takahashi</span>
196+
<span itemprop="name">teruyamato0731</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -340,6 +340,10 @@ <h3>処理系</h3>
340340
<li><a href="../../implementation.html#icc">ICC</a>: ??</li>
341341
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: ??</li>
342342
</ul>
343+
<h2>関連項目</h2>
344+
<ul>
345+
<li><code><a href="ranges_count.html">ranges::count</a></code></li>
346+
</ul>
343347
<h2>参照</h2>
344348
<ul>
345349
<li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0202r3.html" target="_blank">P0202R3 Add Constexpr Modifiers to Functions in <code>&lt;algorithm&gt;</code> and <code>&lt;utility&gt;</code> Headers</a></li>

0 commit comments

Comments
 (0)