2
2
<feed xmlns =" http://www.w3.org/2005/Atom" >
3
3
<title >cpprefjp - C++日本語リファレンス</title >
4
4
<link href =" https://cpprefjp.github.io" />
5
- <updated >2024-10-15T14:42:50.239444 </updated >
6
- <id >164bfee5-ccd5-4a4d-9155-ce3f15a95792 </id >
5
+ <updated >2024-10-16T03:39:10.423036 </updated >
6
+ <id >a70ac0b0-62a0-4927-82a3-de357a0a3401 </id >
7
7
8
8
9
9
<entry >
@@ -378,31 +378,4 @@ index 37e2f8770..aa478ca9b 100644
378
378
</author >
379
379
</entry >
380
380
381
- <entry >
382
- <title >cartesian_product_view -- fix typo</title >
383
- <link href =" https://cpprefjp.github.io/reference/ranges/cartesian_product_view.html" />
384
- <id >c809726d6506a611b014ef397799d03a8f7fe26b:reference/ranges/cartesian_product_view.md</id >
385
- <updated >2024-10-11T12:28:28+09:00</updated >
386
-
387
- <summary type =" html" >< pre>< code> diff --git a/reference/ranges/cartesian_product_view.md b/reference/ranges/cartesian_product_view.md
388
- index f4b321930..47cd66690 100644
389
- --- a/reference/ranges/cartesian_product_view.md
390
- +++ b/reference/ranges/cartesian_product_view.md
391
- @@ -33,7 +33,7 @@ namespace std::ranges {
392
-
393
- - (1): すべてのRangeが[`sized_range`](sized_range.md)のとき
394
- - (2): すべてのRangeが[`bidirectional_range`](bidirectional_range.md)かつ、先頭以外のRangeが*cartesian-product-common-arg*のとき
395
- -- (3): すべてのRangeが[`random_access_range`](random_access_range.md)かつ、先頭のRamgeが[`sized_range`](sized_range.md)のとき
396
- +- (3): すべてのRangeが[`random_access_range`](random_access_range.md)かつ、先頭のRangeが[`sized_range`](sized_range.md)のとき
397
- - (4): 先頭のRangeが*cartesian-product-common-arg*のとき
398
-
399
- ## 効果
400
- < /code>< /pre> </summary >
401
-
402
- <author >
403
- <name >I</name >
404
-
405
- </author >
406
- </entry >
407
-
408
381
</feed >
0 commit comments