Skip to content

Commit 773cfc9

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent aadb541 commit 773cfc9

File tree

3 files changed

+55
-1576
lines changed

3 files changed

+55
-1576
lines changed

reference/ranges.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@
176176

177177
<p class="text-right"><small>
178178
最終更新日時(UTC):
179-
<span itemprop="datePublished" content="2024-08-11T16:53:40">
180-
2024年08月11日 16時53分40秒
179+
<span itemprop="datePublished" content="2024-08-30T16:46:54">
180+
2024年08月30日 16時46分54秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -719,6 +719,7 @@ <h2>Rangeアダプタ</h2>
719719
</code></pre></div>
720720
</p>
721721
<p>このとき、式<code>adaptor(args...)</code>の値がRangeアダプタクロージャオブジェクトになっている。</p>
722+
<p>なお、</p>
722723
<table border="1" bordercolor="#888" style="border-collapse:collapse">
723724
<thead>
724725
<tr>
@@ -1239,7 +1240,12 @@ <h3>adjacent view</h3>
12391240
</tr>
12401241
<tr>
12411242
<td><code><a href="ranges/adjacent_view.html">views::adjacent</a></code></td>
1242-
<td><code>adjacent_view</code>を生成する (customization point object)</td>
1243+
<td><code>adjacent_view</code>を生成する (variable template)</td>
1244+
<td>C++23</td>
1245+
</tr>
1246+
<tr>
1247+
<td><code><a href="ranges/adjacent_view.html">views::pairwise</a></code></td>
1248+
<td><code>adjacent&lt;2&gt;</code>の別名 (customization point object)</td>
12431249
<td>C++23</td>
12441250
</tr>
12451251
</tbody>

0 commit comments

Comments
 (0)