188
188
189
189
< p class ="text-right "> < small >
190
190
最終更新日時(UTC):
191
- < span itemprop ="datePublished " content ="2024 -06-11T13:45:38 ">
192
- 2024年06月11日 13時45分38秒
191
+ < span itemprop ="datePublished " content ="2025 -06-02T08:21:04 ">
192
+ 2025年06月02日 08時21分04秒
193
193
</ span >
194
194
< br />
195
195
< span itemprop ="author " itemscope itemtype ="http://schema.org/Person ">
@@ -278,7 +278,7 @@ <h3>Rangeコンセプト</h3>
278
278
< p > 外側Rangeとは< code > V</ code > のことであり、内側Rangeとは< code > range_reference_t<V></ code > のことである。< code > const</ code > の場合< code > V</ code > を< code > const V</ code > として同様。</ p >
279
279
< h2 > 効果</ h2 >
280
280
< ul >
281
- < li > (2): 式< code > views::join_with(E, F)</ code > の効果は< code > < span href ="https://cpprefjp.github.io/reference/ranges/ join_with_view/op_constructor.md.nolink "> join_with_view{E, F}</ span > </ code > と等しい。</ li >
281
+ < li > (2): 式< code > views::join_with(E, F)</ code > の効果は< code > < a href ="join_with_view/op_constructor.html "> join_with_view{E, F}</ a > </ code > と等しい。</ li >
282
282
</ ul >
283
283
< h2 > 備考</ h2 >
284
284
< p > 本説明に用いる説明専用要素を以下のように定義する。</ p >
@@ -305,22 +305,22 @@ <h2>メンバ関数</h2>
305
305
</ thead >
306
306
< tbody >
307
307
< tr >
308
- < td > < code > < span href ="https://cpprefjp.github.io/reference/ranges/ join_with_view/op_constructor.md.nolink "> (constructor)</ span > </ code > </ td >
308
+ < td > < code > < a href ="join_with_view/op_constructor.html "> (constructor)</ a > </ code > </ td >
309
309
< td > コンストラクタ</ td >
310
310
< td > C++23</ td >
311
311
</ tr >
312
312
< tr >
313
- < td > < code > < span href ="https://cpprefjp.github.io/reference/ranges/ join_with_view/base.md.nolink "> base</ span > </ code > </ td >
313
+ < td > < code > < a href ="join_with_view/base.html "> base</ a > </ code > </ td >
314
314
< td > < code > V</ code > の参照を取得する</ td >
315
315
< td > C++23</ td >
316
316
</ tr >
317
317
< tr >
318
- < td > < code > < span href ="https://cpprefjp.github.io/reference/ranges/ join_with_view/begin.md.nolink "> begin</ span > </ code > </ td >
318
+ < td > < code > < a href ="join_with_view/begin.html "> begin</ a > </ code > </ td >
319
319
< td > 先頭を指すイテレータを取得する</ td >
320
320
< td > C++23</ td >
321
321
</ tr >
322
322
< tr >
323
- < td > < code > < span href ="https://cpprefjp.github.io/reference/ranges/ join_with_view/end.md.nolink "> end</ span > </ code > </ td >
323
+ < td > < code > < a href ="join_with_view/end.html "> end</ a > </ code > </ td >
324
324
< td > 番兵を取得する</ td >
325
325
< td > C++23</ td >
326
326
</ tr >
@@ -379,7 +379,7 @@ <h2>推論補助</h2>
379
379
</ thead >
380
380
< tbody >
381
381
< tr >
382
- < td > < code > < span href ="https://cpprefjp.github.io/reference/ranges/ join_with_view/op_deduction_guide.md.nolink "> (deduction_guide)</ span > </ code > </ td >
382
+ < td > < code > < a href ="join_with_view/op_deduction_guide.html "> (deduction_guide)</ a > </ code > </ td >
383
383
< td > クラステンプレートの推論補助</ td >
384
384
< td > C++23</ td >
385
385
</ tr >
0 commit comments