Skip to content

Commit fb25e13

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 7c41213 commit fb25e13

File tree

3 files changed

+34
-36
lines changed

3 files changed

+34
-36
lines changed

reference/ranges/cartesian_product_view.html

Lines changed: 4 additions & 4 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-06-11T13:45:38">
192-
2024年06月11日 13時45分38秒
191+
<span itemprop="datePublished" content="2024-10-11T03:28:28">
192+
2024年10月11日 03時28分28秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Akira Takahashi</span>
196+
<span itemprop="name">I</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -267,7 +267,7 @@ <h3>Rangeコンセプト</h3>
267267
<ul>
268268
<li>(1): すべてのRangeが<code><a href="sized_range.html">sized_range</a></code>のとき</li>
269269
<li>(2): すべてのRangeが<code><a href="bidirectional_range.html">bidirectional_range</a></code>かつ、先頭以外のRangeが<em>cartesian-product-common-arg</em>のとき</li>
270-
<li>(3): すべてのRangeが<code><a href="random_access_range.html">random_access_range</a></code>かつ、先頭のRamgeが<code><a href="sized_range.html">sized_range</a></code>のとき</li>
270+
<li>(3): すべてのRangeが<code><a href="random_access_range.html">random_access_range</a></code>かつ、先頭のRangeが<code><a href="sized_range.html">sized_range</a></code>のとき</li>
271271
<li>(4): 先頭のRangeが<em>cartesian-product-common-arg</em>のとき</li>
272272
</ul>
273273
<h2>効果</h2>

rss.xml

Lines changed: 29 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,37 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title>cpprefjp - C++日本語リファレンス</title>
44
<link href="https://cpprefjp.github.io" />
5-
<updated>2024-10-10T14:42:18.324670</updated>
6-
<id>1c4458e0-10fa-4340-9b23-5108ac17235f</id>
5+
<updated>2024-10-11T03:31:20.882614</updated>
6+
<id>4e58c37a-258a-4113-9c25-f8591600c441</id>
77

88

9+
<entry>
10+
<title>cartesian_product_view -- fix typo</title>
11+
<link href="https://cpprefjp.github.io/reference/ranges/cartesian_product_view.html"/>
12+
<id>c809726d6506a611b014ef397799d03a8f7fe26b:reference/ranges/cartesian_product_view.md</id>
13+
<updated>2024-10-11T12:28:28+09:00</updated>
14+
15+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/ranges/cartesian_product_view.md b/reference/ranges/cartesian_product_view.md
16+
index f4b321930..47cd66690 100644
17+
--- a/reference/ranges/cartesian_product_view.md
18+
+++ b/reference/ranges/cartesian_product_view.md
19+
@@ -33,7 +33,7 @@ namespace std::ranges {
20+
21+
- (1): すべてのRangeが[`sized_range`](sized_range.md)のとき
22+
- (2): すべてのRangeが[`bidirectional_range`](bidirectional_range.md)かつ、先頭以外のRangeが*cartesian-product-common-arg*のとき
23+
-- (3): すべてのRangeが[`random_access_range`](random_access_range.md)かつ、先頭のRamgeが[`sized_range`](sized_range.md)のとき
24+
+- (3): すべてのRangeが[`random_access_range`](random_access_range.md)かつ、先頭のRangeが[`sized_range`](sized_range.md)のとき
25+
- (4): 先頭のRangeが*cartesian-product-common-arg*のとき
26+
27+
## 効果
28+
&lt;/code&gt;&lt;/pre&gt;</summary>
29+
30+
<author>
31+
<name>I</name>
32+
<email>[email protected]</email>
33+
</author>
34+
</entry>
35+
936
<entry>
1037
<title>gps_clock -- Merge pull request #1352 from TatsukiKUROSAWA/patch-1</title>
1138
<link href="https://cpprefjp.github.io/reference/chrono/gps_clock.html"/>
@@ -288,33 +315,4 @@ index 2db96f1d6..a383403a7 100644
288315
</author>
289316
</entry>
290317

291-
<entry>
292-
<title>remove_cvref -- remove_cvref : 動作確認</title>
293-
<link href="https://cpprefjp.github.io/reference/type_traits/remove_cvref.html"/>
294-
<id>867bb4aca24d09a55f4c2cc8dd99370224a48b23:reference/type_traits/remove_cvref.md</id>
295-
<updated>2024-10-08T21:52:57+09:00</updated>
296-
297-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/type_traits/remove_cvref.md b/reference/type_traits/remove_cvref.md
298-
index bebdacd05..f2e95b9e1 100644
299-
--- a/reference/type_traits/remove_cvref.md
300-
+++ b/reference/type_traits/remove_cvref.md
301-
@@ -55,8 +55,8 @@ int main() {}
302-
303-
### 処理系
304-
- [Clang](/implementation.md#clang): 6.0 [mark verified]
305-
-- [GCC](/implementation.md#gcc):
306-
-- [Visual C++](/implementation.md#visual_cpp): ??
307-
+- [GCC](/implementation.md#gcc): 9 [mark verified]
308-
+- [Visual C++](/implementation.md#visual_cpp): 2019 [mark verified]
309-
310-
311-
## 参照
312-
&lt;/code&gt;&lt;/pre&gt;</summary>
313-
314-
<author>
315-
<name>Akira Takahashi</name>
316-
<email>[email protected]</email>
317-
</author>
318-
</entry>
319-
320318
</feed>

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22550,7 +22550,7 @@
2255022550

2255122551
<url>
2255222552
<loc>https://cpprefjp.github.io/reference/ranges/cartesian_product_view.html</loc>
22553-
<lastmod>2024-08-01T22:40:15+09:00</lastmod>
22553+
<lastmod>2024-10-11T12:28:28+09:00</lastmod>
2255422554
<changefreq>daily</changefreq>
2255522555
<priority>0.7</priority>
2255622556
</url>

0 commit comments

Comments
 (0)