Skip to content

Commit c5fe329

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 9bdf025 commit c5fe329

File tree

4 files changed

+62
-47
lines changed

4 files changed

+62
-47
lines changed

reference/ranges/filter_view/iterator/op_decrement.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@
212212

213213
<p class="text-right"><small>
214214
最終更新日時(UTC):
215-
<span itemprop="datePublished" content="2024-08-28T20:41:28">
216-
2024年08月28日 20時41分28秒
215+
<span itemprop="datePublished" content="2024-09-01T09:49:52">
216+
2024年09月01日 09時49分52秒
217217
</span>
218218
<br/>
219219
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -258,6 +258,7 @@ <h2>効果</h2>
258258
<span class="k">return</span> <span class="n">tmp</span><span class="p">;</span>
259259
</code></pre></div>
260260
</p>
261+
<p>と等しい。</p>
261262
<h2></h2>
262263
<p><div class="yata" id="b66e7c4766d8e42b929be036a8305e9a021d071d"><div class="codehilite"><pre><span></span><code><span class="cp">#include</span> <span class="cpf"><a href="../../../ranges.html">&lt;ranges&gt;</a></span><span class="cp"></span>
263264
<span class="cp">#include</span> <span class="cpf"><a href="../../../vector.html">&lt;vector&gt;</a></span><span class="cp"></span>

reference/ranges/filter_view/iterator/op_increment.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@
212212

213213
<p class="text-right"><small>
214214
最終更新日時(UTC):
215-
<span itemprop="datePublished" content="2024-08-28T20:41:28">
216-
2024年08月28日 20時41分28秒
215+
<span itemprop="datePublished" content="2024-09-01T09:49:52">
216+
2024年09月01日 09時49分52秒
217217
</span>
218218
<br/>
219219
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -261,6 +261,7 @@ <h2>効果</h2>
261261
<span class="k">return</span> <span class="n">tmp</span><span class="p">;</span>
262262
</code></pre></div>
263263
</p>
264+
<p>と等しい。</p>
264265
<h2></h2>
265266
<p><div class="yata" id="d1afe7e2289031c60086edce8d410952069691a2"><div class="codehilite"><pre><span></span><code><span class="cp">#include</span> <span class="cpf"><a href="../../../ranges.html">&lt;ranges&gt;</a></span><span class="cp"></span>
266267
<span class="cp">#include</span> <span class="cpf"><a href="../../../vector.html">&lt;vector&gt;</a></span><span class="cp"></span>

rss.xml

Lines changed: 54 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,62 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title>cpprefjp - C++日本語リファレンス</title>
44
<link href="https://cpprefjp.github.io" />
5-
<updated>2024-08-31T14:38:42.929232</updated>
6-
<id>e8b11ce4-bd10-45e9-a1cf-e7e29780c5cf</id>
5+
<updated>2024-09-01T09:53:02.954153</updated>
6+
<id>40efbc02-cc40-4d29-82ce-c05e5d0497d3</id>
77

88

9+
<entry>
10+
<title>operator-- -- Filter view: 説明を微調整</title>
11+
<link href="https://cpprefjp.github.io/reference/ranges/filter_view/iterator/op_decrement.html"/>
12+
<id>9c0072035c215430fa226e4830bd839015bd4c77:reference/ranges/filter_view/iterator/op_decrement.md</id>
13+
<updated>2024-09-01T18:49:52+09:00</updated>
14+
15+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/ranges/filter_view/iterator/op_decrement.md b/reference/ranges/filter_view/iterator/op_decrement.md
16+
index c7405e6c7..79450e66d 100644
17+
--- a/reference/ranges/filter_view/iterator/op_decrement.md
18+
+++ b/reference/ranges/filter_view/iterator/op_decrement.md
19+
@@ -34,6 +34,7 @@ auto tmp = *this;
20+
--*this;
21+
return tmp;
22+
```
23+
+
24+
と等しい。
25+
26+
## 例
27+
&lt;/code&gt;&lt;/pre&gt;</summary>
28+
29+
<author>
30+
<name>Tetsuro Matsumura</name>
31+
<email>[email protected]</email>
32+
</author>
33+
</entry>
34+
35+
<entry>
36+
<title>operator++ -- Filter view: 説明を微調整</title>
37+
<link href="https://cpprefjp.github.io/reference/ranges/filter_view/iterator/op_increment.html"/>
38+
<id>9c0072035c215430fa226e4830bd839015bd4c77:reference/ranges/filter_view/iterator/op_increment.md</id>
39+
<updated>2024-09-01T18:49:52+09:00</updated>
40+
41+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/ranges/filter_view/iterator/op_increment.md b/reference/ranges/filter_view/iterator/op_increment.md
42+
index c217c2883..28de17ad0 100644
43+
--- a/reference/ranges/filter_view/iterator/op_increment.md
44+
+++ b/reference/ranges/filter_view/iterator/op_increment.md
45+
@@ -40,6 +40,7 @@ auto tmp = *this;
46+
++*this;
47+
return tmp;
48+
```
49+
+
50+
と等しい。
51+
52+
## 例
53+
&lt;/code&gt;&lt;/pre&gt;</summary>
54+
55+
<author>
56+
<name>Tetsuro Matsumura</name>
57+
<email>[email protected]</email>
58+
</author>
59+
</entry>
60+
961
<entry>
1062
<title>ranges -- パイプライン記法を提供しないRangeアダプタについての説明を追加</title>
1163
<link href="https://cpprefjp.github.io/reference/ranges.html"/>
@@ -771,45 +823,6 @@ index 2b5d9e6c7..89f58b449 100644
771823

772824
### adjacent transform view
773825

774-
&lt;/code&gt;&lt;/pre&gt;</summary>
775-
776-
<author>
777-
<name>Tetsuro Matsumura</name>
778-
<email>[email protected]</email>
779-
</author>
780-
</entry>
781-
782-
<entry>
783-
<title>adjacent_view -- pairwise の解説を追加</title>
784-
<link href="https://cpprefjp.github.io/reference/ranges/adjacent_view.html"/>
785-
<id>362d095d80daf14af6339f7f761c783200ecea47:reference/ranges/adjacent_view.md</id>
786-
<updated>2024-08-31T01:37:46+09:00</updated>
787-
788-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/ranges/adjacent_view.md b/reference/ranges/adjacent_view.md
789-
index b39e3dc45..c43cdb999 100644
790-
--- a/reference/ranges/adjacent_view.md
791-
+++ b/reference/ranges/adjacent_view.md
792-
@@ -11,7 +11,10 @@ namespace std::ranges {
793-
class adjacent_view : public view_interface&amp;lt;adjacent_view&amp;lt;V, N&amp;gt;&amp;gt; {…… }; // (1)
794-
795-
namespace views {
796-
+ template&amp;lt;std::size_t N&amp;gt;
797-
inline constexpr /*unspecified*/ adjacent = /*unspecified*/; // (2)
798-
+
799-
+ inline constexpr auto pairwise = adjacent&amp;lt;2&amp;gt;; // (3)
800-
}
801-
}
802-
```
803-
@@ -25,7 +28,8 @@ namespace std::ranges {
804-
`N` が元となるRangeの要素数より大きい場合、この[`view`](view.md)は空である。
805-
806-
- (1): `adjacent_view`のクラス定義
807-
-- (2): `adjacent_view`を生成するカスタマイゼーションポイントオブジェクト
808-
+- (2): `adjacent_view`を生成するカスタマイゼーションポイントオブジェクト(変数テンプレート)
809-
+- (3): `adjacent&amp;lt;2&amp;gt;` の別名
810-
811-
### Rangeコンセプト
812-
813826
&lt;/code&gt;&lt;/pre&gt;</summary>
814827

815828
<author>

sitemap.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2852,7 +2852,7 @@
28522852

28532853
<url>
28542854
<loc>https://cpprefjp.github.io/reference/ranges/filter_view/iterator/op_decrement.html</loc>
2855-
<lastmod>2024-08-31T02:02:01+09:00</lastmod>
2855+
<lastmod>2024-09-01T18:49:52+09:00</lastmod>
28562856
<changefreq>daily</changefreq>
28572857
<priority>0.5</priority>
28582858
</url>
@@ -2880,7 +2880,7 @@
28802880

28812881
<url>
28822882
<loc>https://cpprefjp.github.io/reference/ranges/filter_view/iterator/op_increment.html</loc>
2883-
<lastmod>2024-08-31T02:02:01+09:00</lastmod>
2883+
<lastmod>2024-09-01T18:49:52+09:00</lastmod>
28842884
<changefreq>daily</changefreq>
28852885
<priority>0.5</priority>
28862886
</url>

0 commit comments

Comments
 (0)