|
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-05-30T04:42:02"> |
| 192 | + 2025年05月30日 04時42分02秒 |
193 | 193 | </span>
|
194 | 194 | <br/>
|
195 | 195 | <span itemprop="author" itemscope itemtype="http://schema.org/Person">
|
@@ -267,37 +267,37 @@ <h2>メンバ関数</h2>
|
267 | 267 | </thead>
|
268 | 268 | <tbody>
|
269 | 269 | <tr>
|
270 |
| -<td><code><span href="https://cpprefjp.github.io/reference/ranges/ref_view/op_constructor.md.nolink">(constructor)</span></code></td> |
| 270 | +<td><code><a href="ref_view/op_constructor.html">(constructor)</a></code></td> |
271 | 271 | <td>コンストラクタ</td>
|
272 | 272 | <td>C++20</td>
|
273 | 273 | </tr>
|
274 | 274 | <tr>
|
275 |
| -<td><code><span href="https://cpprefjp.github.io/reference/ranges/ref_view/base.md.nolink">base</span></code></td> |
276 |
| -<td><code>R</code>の参照を取得する</td> |
| 275 | +<td><code><a href="ref_view/base.html">base</a></code></td> |
| 276 | +<td>元となるRangeへの参照を取得する</td> |
277 | 277 | <td>C++20</td>
|
278 | 278 | </tr>
|
279 | 279 | <tr>
|
280 |
| -<td><code><span href="https://cpprefjp.github.io/reference/ranges/ref_view/begin.md.nolink">begin</span></code></td> |
| 280 | +<td><code><a href="ref_view/begin.html">begin</a></code></td> |
281 | 281 | <td>先頭を指すイテレータを取得する</td>
|
282 | 282 | <td>C++20</td>
|
283 | 283 | </tr>
|
284 | 284 | <tr>
|
285 |
| -<td><code><span href="https://cpprefjp.github.io/reference/ranges/ref_view/end.md.nolink">end</span></code></td> |
| 285 | +<td><code><a href="ref_view/end.html">end</a></code></td> |
286 | 286 | <td>番兵を取得する</td>
|
287 | 287 | <td>C++20</td>
|
288 | 288 | </tr>
|
289 | 289 | <tr>
|
290 |
| -<td><code><span href="https://cpprefjp.github.io/reference/ranges/ref_view/empty.md.nolink">empty</span></code></td> |
| 290 | +<td><code><a href="ref_view/empty.html">empty</a></code></td> |
291 | 291 | <td>Rangeが空かどうかを判定する</td>
|
292 | 292 | <td>C++20</td>
|
293 | 293 | </tr>
|
294 | 294 | <tr>
|
295 |
| -<td><code><span href="https://cpprefjp.github.io/reference/ranges/ref_view/size.md.nolink">size</span></code></td> |
| 295 | +<td><code><a href="ref_view/size.html">size</a></code></td> |
296 | 296 | <td>要素数を取得する</td>
|
297 | 297 | <td>C++20</td>
|
298 | 298 | </tr>
|
299 | 299 | <tr>
|
300 |
| -<td><code><span href="https://cpprefjp.github.io/reference/ranges/ref_view/data.md.nolink">data</span></code></td> |
| 300 | +<td><code><a href="ref_view/data.html">data</a></code></td> |
301 | 301 | <td>Rangeの先頭へのポインタを取得する</td>
|
302 | 302 | <td>C++20</td>
|
303 | 303 | </tr>
|
@@ -357,7 +357,7 @@ <h2>推論補助</h2>
|
357 | 357 | </thead>
|
358 | 358 | <tbody>
|
359 | 359 | <tr>
|
360 |
| -<td><code><span href="https://cpprefjp.github.io/reference/ranges/ref_view/op_deduction_guide.md.nolink">(deduction_guide)</span></code></td> |
| 360 | +<td><code><a href="ref_view/op_deduction_guide.html">(deduction_guide)</a></code></td> |
361 | 361 | <td>クラステンプレートの推論補助</td>
|
362 | 362 | <td>C++20</td>
|
363 | 363 | </tr>
|
|
0 commit comments