Skip to content

Commit 39ff189

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent ee9b294 commit 39ff189

File tree

10 files changed

+3089
-1519
lines changed

10 files changed

+3089
-1519
lines changed

reference/ranges/concat_view.html

Lines changed: 19 additions & 20 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="2024-08-11T16:53:40">
192-
2024年08月11日 16時53分40秒
191+
<span itemprop="datePublished" content="2025-06-02T09:28:22">
192+
2025年06月02日 09時28分22秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Tetsuro Matsumura</span>
196+
<span itemprop="name">Akira Takahashi</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -347,22 +347,22 @@ <h2>メンバ関数</h2>
347347
</thead>
348348
<tbody>
349349
<tr>
350-
<td><code><span href="https://cpprefjp.github.io/reference/ranges/concat_view/op_constructor.md.nolink">(constructor)</span></code></td>
350+
<td><code><a href="concat_view/op_constructor.html">(constructor)</a></code></td>
351351
<td>コンストラクタ</td>
352352
<td>C++26</td>
353353
</tr>
354354
<tr>
355-
<td><code><span href="https://cpprefjp.github.io/reference/ranges/concat_view/begin.md.nolink">begin</span></code></td>
355+
<td><code><a href="concat_view/begin.html">begin</a></code></td>
356356
<td>先頭を指すイテレータを取得する</td>
357357
<td>C++26</td>
358358
</tr>
359359
<tr>
360-
<td><code><span href="https://cpprefjp.github.io/reference/ranges/concat_view/end.md.nolink">end</span></code></td>
360+
<td><code><a href="concat_view/end.html">end</a></code></td>
361361
<td>番兵を取得する</td>
362362
<td>C++26</td>
363363
</tr>
364364
<tr>
365-
<td><code><span href="https://cpprefjp.github.io/reference/ranges/concat_view/size.md.nolink">size</span></code></td>
365+
<td><code><a href="concat_view/size.html">size</a></code></td>
366366
<td>要素数を取得する</td>
367367
<td>C++26</td>
368368
</tr>
@@ -381,37 +381,37 @@ <h2>継承しているメンバ関数</h2>
381381
<tr>
382382
<td><code><a href="view_interface/empty.html">empty</a></code></td>
383383
<td>Rangeが空かどうかを判定する</td>
384-
<td>C++20</td>
384+
<td>C++26</td>
385385
</tr>
386386
<tr>
387387
<td><code><a href="view_interface/op_bool.html">operator bool</a></code></td>
388388
<td>Rangeが空でないかどうかを判定する</td>
389-
<td>C++20</td>
389+
<td>C++26</td>
390390
</tr>
391391
<tr>
392392
<td><code><a href="view_interface/front.html">front</a></code></td>
393393
<td>先頭要素への参照を取得する</td>
394-
<td>C++20</td>
394+
<td>C++26</td>
395395
</tr>
396396
<tr>
397397
<td><code><a href="view_interface/back.html">back</a></code></td>
398398
<td>末尾要素への参照を取得する</td>
399-
<td>C++20</td>
399+
<td>C++26</td>
400400
</tr>
401401
<tr>
402402
<td><code><a href="view_interface/cbegin.html">cbegin</a></code></td>
403403
<td>定数イテレータを取得する</td>
404-
<td>C++23</td>
404+
<td>C++26</td>
405405
</tr>
406406
<tr>
407407
<td><code><a href="view_interface/cend.html">cend</a></code></td>
408408
<td>定数イテレータ(番兵)を取得する</td>
409-
<td>C++23</td>
409+
<td>C++26</td>
410410
</tr>
411411
<tr>
412412
<td><code><a href="view_interface/op_at.html">operator[]</a></code></td>
413413
<td>要素へアクセスする</td>
414-
<td>C++20</td>
414+
<td>C++26</td>
415415
</tr>
416416
</tbody>
417417
</table>
@@ -426,9 +426,9 @@ <h2>推論補助</h2>
426426
</thead>
427427
<tbody>
428428
<tr>
429-
<td><code><span href="https://cpprefjp.github.io/reference/ranges/concat_view/op_deduction_guide.md.nolink">(deduction_guide)</span></code></td>
429+
<td><code><a href="concat_view/op_deduction_guide.html">(deduction_guide)</a></code></td>
430430
<td>クラステンプレートの推論補助</td>
431-
<td>C++23</td>
431+
<td>C++26</td>
432432
</tr>
433433
</tbody>
434434
</table>
@@ -453,10 +453,9 @@ <h3>言語</h3>
453453
</ul>
454454
<h3>処理系</h3>
455455
<ul>
456-
<li><a href="../../implementation.html#clang">Clang</a>: ??</li>
457-
<li><a href="../../implementation.html#gcc">GCC</a>: ??</li>
458-
<li><a href="../../implementation.html#icc">ICC</a>: ??</li>
459-
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: ??</li>
456+
<li><a href="../../implementation.html#clang">Clang</a>: 20 <span aria-label="未実装" role="img" title="未実装"></span></li>
457+
<li><a href="../../implementation.html#gcc">GCC</a>: 15 <span aria-label="検証済" role="img" title="検証済"></span></li>
458+
<li><a href="../../implementation.html#visual_cpp">Visual C++</a>: 2022 Update 14 <span aria-label="未実装" role="img" title="未実装"></span></li>
460459
</ul>
461460
<h2>参照</h2>
462461
<ul>

0 commit comments

Comments
 (0)