Skip to content

Commit 9f0961e

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 39293c0 commit 9f0961e

File tree

6 files changed

+126
-82
lines changed

6 files changed

+126
-82
lines changed

reference/functional/call-result-t.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2025-05-29T09:44:42">
192-
2025年05月29日 09時44分42秒
191+
<span itemprop="datePublished" content="2025-06-03T14:55:13">
192+
2025年06月03日 14時55分13秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -220,7 +220,7 @@
220220
<h2>概要</h2>
221221
<p><code>call-result-t</code>は、<code>Fn</code>型オブジェクトを引数型リスト<code>Args...</code>で関数呼び出したときの<a class="cpprefjp-defined-word" data-desc="関数呼び出し式の評価結果となるオブジェクト・値">戻り値</a>型を取得する説明専用のエイリアステンプレートである。</p>
222222
<h2>備考</h2>
223-
<p>説明専用のエイリアステンプレート<code>call-result-t</code>は、実行制御ライブラリの仕様定義のため導入された</p>
223+
<p>説明専用のエイリアステンプレート<code>call-result-t</code>は、<a href="../execution/execution.html">実行制御ライブラリ</a>の仕様定義のため導入された</p>
224224
<h2>バージョン</h2>
225225
<h3>言語</h3>
226226
<ul>

reference/functional/callable.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2025-05-29T09:44:42">
192-
2025年05月29日 09時44分42秒
191+
<span itemprop="datePublished" content="2025-06-03T14:55:13">
192+
2025年06月03日 14時55分13秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -223,7 +223,7 @@
223223
<h2>概要</h2>
224224
<p><code>callable</code>は、関数呼び出し式<code>fn(args...)</code><a class="cpprefjp-defined-word" data-desc="プログラムが文法規則・診断対象の意味規則・単一定義規則を満たすこと" href="../../implementation-compliance.html#dfn-well-formed">適格</a>であることを表す説明専用のコンセプトである。</p>
225225
<h2>備考</h2>
226-
<p>説明専用のコンセプト<code>callable</code>は、実行制御ライブラリの仕様定義のため導入された</p>
226+
<p>説明専用のコンセプト<code>callable</code>は、<a href="../execution/execution.html">実行制御ライブラリ</a>の仕様定義のため導入された</p>
227227
<h2>バージョン</h2>
228228
<h3>言語</h3>
229229
<ul>

reference/functional/decayed-typeof.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2025-05-29T09:44:42">
192-
2025年05月29日 09時44分42秒
191+
<span itemprop="datePublished" content="2025-06-03T14:55:13">
192+
2025年06月03日 14時55分13秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -220,7 +220,7 @@
220220
<h2>概要</h2>
221221
<p><code>decayed-typeof</code>は、型<code>Tag</code><a href="../type_traits/decay.html">Decayed</a>結果型を取得する説明専用のエイリアステンプレートである。</p>
222222
<h2>備考</h2>
223-
<p>説明専用のエイリアステンプレート<code>decayed-typeof</code>は、実行制御ライブラリの仕様定義のため導入された</p>
223+
<p>説明専用のエイリアステンプレート<code>decayed-typeof</code>は、<a href="../execution/execution.html">実行制御ライブラリ</a>の仕様定義のため導入された</p>
224224
<h2>バージョン</h2>
225225
<h3>言語</h3>
226226
<ul>

reference/functional/nothrow-callable.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2025-05-29T09:44:42">
192-
2025年05月29日 09時44分42秒
191+
<span itemprop="datePublished" content="2025-06-03T14:55:13">
192+
2025年06月03日 14時55分13秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -224,7 +224,7 @@
224224
<h2>概要</h2>
225225
<p><code>nothrow-callable</code>は、関数呼び出し式<code>fn(args...)</code><a class="cpprefjp-defined-word" data-desc="プログラムが文法規則・診断対象の意味規則・単一定義規則を満たすこと" href="../../implementation-compliance.html#dfn-well-formed">適格</a>かつ<a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a>送出しないことを表す説明専用のコンセプトである。</p>
226226
<h2>備考</h2>
227-
<p>説明専用のコンセプト<code>nothrow-callable</code>は、実行制御ライブラリの仕様定義のため導入された</p>
227+
<p>説明専用のコンセプト<code>nothrow-callable</code>は、<a href="../execution/execution.html">実行制御ライブラリ</a>の仕様定義のため導入された</p>
228228
<h2>バージョン</h2>
229229
<h3>言語</h3>
230230
<ul>

rss.xml

Lines changed: 110 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,118 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title>cpprefjp - C++日本語リファレンス</title>
44
<link href="https://cpprefjp.github.io" />
5-
<updated>2025-06-03T14:49:57.514947</updated>
6-
<id>f1edd6af-f69f-407b-98f8-4b8f4fe5513f</id>
5+
<updated>2025-06-03T15:00:08.642120</updated>
6+
<id>269ba19d-acbc-46c6-876e-e51098b47add</id>
77

88

9+
<entry>
10+
<title>call-result-t -- functional: 実行制御ライブラリへの内部リンク付与 (#1384)</title>
11+
<link href="https://cpprefjp.github.io/reference/functional/call-result-t.html"/>
12+
<id>d512d567fb5228d3abb008e160cfdbe8be1fb7d0:reference/functional/call-result-t.md</id>
13+
<updated>2025-06-03T23:55:13+09:00</updated>
14+
15+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/functional/call-result-t.md b/reference/functional/call-result-t.md
16+
index 687b8eda2..bccac0051 100644
17+
--- a/reference/functional/call-result-t.md
18+
+++ b/reference/functional/call-result-t.md
19+
@@ -14,7 +14,7 @@ using call-result-t = decltype(declval&amp;lt;Fn&amp;gt;()(declval&amp;lt;Args&amp;gt;()...)); // expositio
20+
21+
22+
## 備考
23+
-説明専用のエイリアステンプレート`call-result-t`は、実行制御ライブラリの仕様定義のため導入された。
24+
+説明専用のエイリアステンプレート`call-result-t`は、[実行制御ライブラリ](/reference/execution/execution.md)の仕様定義のため導入された。
25+
26+
27+
## バージョン
28+
&lt;/code&gt;&lt;/pre&gt;</summary>
29+
30+
<author>
31+
<name>yoh</name>
32+
<email>[email protected]</email>
33+
</author>
34+
</entry>
35+
36+
<entry>
37+
<title>callable -- functional: 実行制御ライブラリへの内部リンク付与 (#1384)</title>
38+
<link href="https://cpprefjp.github.io/reference/functional/callable.html"/>
39+
<id>d512d567fb5228d3abb008e160cfdbe8be1fb7d0:reference/functional/callable.md</id>
40+
<updated>2025-06-03T23:55:13+09:00</updated>
41+
42+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/functional/callable.md b/reference/functional/callable.md
43+
index da1ac1b63..29ca46abb 100644
44+
--- a/reference/functional/callable.md
45+
+++ b/reference/functional/callable.md
46+
@@ -17,7 +17,7 @@ concept callable = // exposition only
47+
48+
49+
## 備考
50+
-説明専用のコンセプト`callable`は、実行制御ライブラリの仕様定義のため導入された。
51+
+説明専用のコンセプト`callable`は、[実行制御ライブラリ](/reference/execution/execution.md)の仕様定義のため導入された。
52+
53+
54+
## バージョン
55+
&lt;/code&gt;&lt;/pre&gt;</summary>
56+
57+
<author>
58+
<name>yoh</name>
59+
<email>[email protected]</email>
60+
</author>
61+
</entry>
62+
63+
<entry>
64+
<title>decayed-typeof -- functional: 実行制御ライブラリへの内部リンク付与 (#1384)</title>
65+
<link href="https://cpprefjp.github.io/reference/functional/decayed-typeof.html"/>
66+
<id>d512d567fb5228d3abb008e160cfdbe8be1fb7d0:reference/functional/decayed-typeof.md</id>
67+
<updated>2025-06-03T23:55:13+09:00</updated>
68+
69+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/functional/decayed-typeof.md b/reference/functional/decayed-typeof.md
70+
index f7d9e6cc5..6c243dc42 100644
71+
--- a/reference/functional/decayed-typeof.md
72+
+++ b/reference/functional/decayed-typeof.md
73+
@@ -14,7 +14,7 @@ using decayed-typeof = decltype(auto(Tag)); // exposition only
74+
75+
76+
## 備考
77+
-説明専用のエイリアステンプレート`decayed-typeof`は、実行制御ライブラリの仕様定義のため導入された。
78+
+説明専用のエイリアステンプレート`decayed-typeof`は、[実行制御ライブラリ](/reference/execution/execution.md)の仕様定義のため導入された。
79+
80+
81+
## バージョン
82+
&lt;/code&gt;&lt;/pre&gt;</summary>
83+
84+
<author>
85+
<name>yoh</name>
86+
<email>[email protected]</email>
87+
</author>
88+
</entry>
89+
90+
<entry>
91+
<title>nothrow-callable -- functional: 実行制御ライブラリへの内部リンク付与 (#1384)</title>
92+
<link href="https://cpprefjp.github.io/reference/functional/nothrow-callable.html"/>
93+
<id>d512d567fb5228d3abb008e160cfdbe8be1fb7d0:reference/functional/nothrow-callable.md</id>
94+
<updated>2025-06-03T23:55:13+09:00</updated>
95+
96+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/functional/nothrow-callable.md b/reference/functional/nothrow-callable.md
97+
index d82448883..836c61e12 100644
98+
--- a/reference/functional/nothrow-callable.md
99+
+++ b/reference/functional/nothrow-callable.md
100+
@@ -19,7 +19,7 @@ concept nothrow-callable = // exposition only
101+
102+
103+
## 備考
104+
-説明専用のコンセプト`nothrow-callable`は、実行制御ライブラリの仕様定義のため導入された。
105+
+説明専用のコンセプト`nothrow-callable`は、[実行制御ライブラリ](/reference/execution/execution.md)の仕様定義のため導入された。
106+
107+
108+
## バージョン
109+
&lt;/code&gt;&lt;/pre&gt;</summary>
110+
111+
<author>
112+
<name>yoh</name>
113+
<email>[email protected]</email>
114+
</author>
115+
</entry>
116+
9117
<entry>
10118
<title>execution -- execution: let_error,let_stopped (#1384)</title>
11119
<link href="https://cpprefjp.github.io/reference/execution/execution.html"/>
@@ -978,68 +1086,4 @@ index 4d07d482c..79e8b2107 100644
9781086
</author>
9791087
</entry>
9801088

981-
<entry>
982-
<title>begin -- common_view::begin : インデントを修正</title>
983-
<link href="https://cpprefjp.github.io/reference/ranges/common_view/begin.html"/>
984-
<id>daf97795ae81c9c74e8eccce6e32f6cde4535458:reference/ranges/common_view/begin.md</id>
985-
<updated>2025-06-02T22:23:52+09:00</updated>
986-
987-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/ranges/common_view/begin.md b/reference/ranges/common_view/begin.md
988-
index 82aa8e3ef..0127b7ac4 100644
989-
--- a/reference/ranges/common_view/begin.md
990-
+++ b/reference/ranges/common_view/begin.md
991-
@@ -18,32 +18,21 @@ constexpr auto begin() const requires range&amp;lt;const V&amp;gt;; // (2)
992-
## 効果
993-
994-
- (1) :
995-
- ```cpp
996-
- if constexpr (random_access_range&amp;lt;V&amp;gt; &amp;amp;&amp;amp; sized_range&amp;lt;V&amp;gt;)
997-
- return ranges::begin(base_);
998-
- else
999-
- return common_iterator&amp;lt;iterator_t&amp;lt;V&amp;gt;, sentinel_t&amp;lt;V&amp;gt;&amp;gt;(ranges::begin(base_));
1000-
- ```
1001-
- * random_access_range[link ../random_access_range.md]
1002-
- * sized_range[link ../sized_range.md]
1003-
- * common_iterator[link /reference/iterator/common_iterator.md]
1004-
- * iterator_t[link ../iterator_t.md]
1005-
- * sentinel_t[link ../sentinel_t.md]
1006-
- * ranges::begin[link ../begin.md]
1007-
+ ```cpp
1008-
+ if constexpr (random_access_range&amp;lt;V&amp;gt; &amp;amp;&amp;amp; sized_range&amp;lt;V&amp;gt;)
1009-
+ return ranges::begin(base_);
1010-
+ else
1011-
+ return common_iterator&amp;lt;iterator_t&amp;lt;V&amp;gt;, sentinel_t&amp;lt;V&amp;gt;&amp;gt;(ranges::begin(base_));
1012-
+ ```
1013-
1014-
- (2) :
1015-
- ```cpp
1016-
- if constexpr (random_access_range&amp;lt;const V&amp;gt; &amp;amp;&amp;amp; sized_range&amp;lt;const V&amp;gt;)
1017-
- return ranges::begin(base_);
1018-
- else
1019-
- return common_iterator&amp;lt;iterator_t&amp;lt;const V&amp;gt;, sentinel_t&amp;lt;const V&amp;gt;&amp;gt;(ranges::begin(base_));
1020-
- ```
1021-
- * random_access_range[link ../random_access_range.md]
1022-
- * sized_range[link ../sized_range.md]
1023-
- * common_iterator[link /reference/iterator/common_iterator.md]
1024-
- * iterator_t[link ../iterator_t.md]
1025-
- * sentinel_t[link ../sentinel_t.md]
1026-
- * ranges::begin[link ../begin.md]
1027-
+ ```cpp
1028-
+ if constexpr (random_access_range&amp;lt;const V&amp;gt; &amp;amp;&amp;amp; sized_range&amp;lt;const V&amp;gt;)
1029-
+ return ranges::begin(base_);
1030-
+ else
1031-
+ return common_iterator&amp;lt;iterator_t&amp;lt;const V&amp;gt;, sentinel_t&amp;lt;const V&amp;gt;&amp;gt;(ranges::begin(base_));
1032-
+ ```
1033-
+
1034-
1035-
## 例
1036-
```cpp example
1037-
&lt;/code&gt;&lt;/pre&gt;</summary>
1038-
1039-
<author>
1040-
<name>Akira Takahashi</name>
1041-
<email>[email protected]</email>
1042-
</author>
1043-
</entry>
1044-
10451089
</feed>

sitemap.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28199,7 +28199,7 @@
2819928199

2820028200
<url>
2820128201
<loc>https://cpprefjp.github.io/reference/functional/decayed-typeof.html</loc>
28202-
<lastmod>2025-05-30T12:51:22+09:00</lastmod>
28202+
<lastmod>2025-06-03T23:55:13+09:00</lastmod>
2820328203
<changefreq>daily</changefreq>
2820428204
<priority>0.7</priority>
2820528205
</url>
@@ -28332,7 +28332,7 @@
2833228332

2833328333
<url>
2833428334
<loc>https://cpprefjp.github.io/reference/functional/call-result-t.html</loc>
28335-
<lastmod>2025-05-30T12:51:22+09:00</lastmod>
28335+
<lastmod>2025-06-03T23:55:13+09:00</lastmod>
2833628336
<changefreq>daily</changefreq>
2833728337
<priority>0.7</priority>
2833828338
</url>
@@ -28500,7 +28500,7 @@
2850028500

2850128501
<url>
2850228502
<loc>https://cpprefjp.github.io/reference/functional/nothrow-callable.html</loc>
28503-
<lastmod>2025-05-30T12:51:22+09:00</lastmod>
28503+
<lastmod>2025-06-03T23:55:13+09:00</lastmod>
2850428504
<changefreq>daily</changefreq>
2850528505
<priority>0.7</priority>
2850628506
</url>
@@ -28514,7 +28514,7 @@
2851428514

2851528515
<url>
2851628516
<loc>https://cpprefjp.github.io/reference/functional/callable.html</loc>
28517-
<lastmod>2025-05-30T12:51:22+09:00</lastmod>
28517+
<lastmod>2025-06-03T23:55:13+09:00</lastmod>
2851828518
<changefreq>daily</changefreq>
2851928519
<priority>0.7</priority>
2852028520
</url>

0 commit comments

Comments
 (0)