Skip to content

Commit fb33b0e

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 12208e7 commit fb33b0e

File tree

6 files changed

+127
-46
lines changed

6 files changed

+127
-46
lines changed

reference/stdexcept/domain_error.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="2026-01-19T08:27:40">
192-
2026年01月19日 08時27分40秒
191+
<span itemprop="datePublished" content="2026-01-19T09:33:38">
192+
2026年01月19日 09時33分38秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -275,7 +275,7 @@ <h2>例</h2>
275275
<span class="p">}</span>
276276
</code></pre></div>
277277
</div></p>
278-
<h3>出力 (標準エラー出力)</h3>
278+
<h3>出力例 (標準エラー出力)</h3>
279279
<p><pre><code>Cannot calculate the square root of a negative number.
280280
</code></pre></p></div>
281281

reference/stdexcept/invalid_argument.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="2026-01-19T08:27:40">
192-
2026年01月19日 08時27分40秒
191+
<span itemprop="datePublished" content="2026-01-19T09:33:38">
192+
2026年01月19日 09時33分38秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -275,7 +275,7 @@ <h2>メンバ関数</h2>
275275
<span class="p">}</span>
276276
</code></pre></div>
277277
</div></p>
278-
<h3>出力(標準エラー出力)</h3>
278+
<h3>出力例(標準エラー出力)</h3>
279279
<p><pre><code>value must be positive
280280
</code></pre></p></div>
281281

reference/stdexcept/logic_error.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="2026-01-16T09:50:10">
192-
2026年01月16日 09時50分10秒
191+
<span itemprop="datePublished" content="2026-01-19T09:33:38">
192+
2026年01月19日 09時33分38秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">KaiTomotake</span>
196+
<span itemprop="name">Akira Takahashi</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -272,7 +272,7 @@ <h2>例</h2>
272272
<span class="p">}</span>
273273
</code></pre></div>
274274
</div></p>
275-
<h3>出力 (標準エラー出力)</h3>
275+
<h3>出力例 (標準エラー出力)</h3>
276276
<p><pre><code>Error: Cannot perform calculations with negative numbers!
277277
</code></pre></p></div>
278278

reference/stdexcept/out_of_range.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="2026-01-19T08:26:39">
192-
2026年01月19日 08時26分39秒
191+
<span itemprop="datePublished" content="2026-01-19T09:33:38">
192+
2026年01月19日 09時33分38秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -267,7 +267,7 @@ <h2>例</h2>
267267
<span class="p">}</span>
268268
</code></pre></div>
269269
</div></p>
270-
<h3>出力(標準エラー出力)</h3>
270+
<h3>出力例(標準エラー出力)</h3>
271271
<p><pre><code>vector::_M_range_check: __n (which is 3) &gt;= this-&gt;size() (which is 3)
272272
</code></pre></p></div>
273273

rss.xml

Lines changed: 110 additions & 29 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>2026-01-19T08:31:50.105683</updated>
6-
<id>f5e32212-7f96-4ac7-b275-e7e2f65194f6</id>
5+
<updated>2026-01-19T09:37:50.365666</updated>
6+
<id>16f654fa-7638-426e-8932-c3232225109e</id>
77

88

9+
<entry>
10+
<title>domain_error -- stdexcept : 実行環境によって出力が異なる場合は出力の見出しを「出力例」にする</title>
11+
<link href="https://cpprefjp.github.io/reference/stdexcept/domain_error.html"/>
12+
<id>e76ce0f6088c0bef306d19d0df4378f603dcfdc1:reference/stdexcept/domain_error.md</id>
13+
<updated>2026-01-19T18:33:38+09:00</updated>
14+
15+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/stdexcept/domain_error.md b/reference/stdexcept/domain_error.md
16+
index 7f6baf6af..6223ee79e 100644
17+
--- a/reference/stdexcept/domain_error.md
18+
+++ b/reference/stdexcept/domain_error.md
19+
@@ -49,7 +49,7 @@ int main() {
20+
```
21+
* std::sqrt[link /reference/cmath/sqrt.md]
22+
23+
-### 出力 (標準エラー出力)
24+
+### 出力例 (標準エラー出力)
25+
```
26+
Cannot calculate the square root of a negative number.
27+
```
28+
&lt;/code&gt;&lt;/pre&gt;</summary>
29+
30+
<author>
31+
<name>Akira Takahashi</name>
32+
<email>faithandbrave@gmail.com</email>
33+
</author>
34+
</entry>
35+
36+
<entry>
37+
<title>invalid_argument -- stdexcept : 実行環境によって出力が異なる場合は出力の見出しを「出力例」にする</title>
38+
<link href="https://cpprefjp.github.io/reference/stdexcept/invalid_argument.html"/>
39+
<id>e76ce0f6088c0bef306d19d0df4378f603dcfdc1:reference/stdexcept/invalid_argument.md</id>
40+
<updated>2026-01-19T18:33:38+09:00</updated>
41+
42+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/stdexcept/invalid_argument.md b/reference/stdexcept/invalid_argument.md
43+
index a266c682b..50a660140 100644
44+
--- a/reference/stdexcept/invalid_argument.md
45+
+++ b/reference/stdexcept/invalid_argument.md
46+
@@ -50,7 +50,7 @@ int main() {
47+
```
48+
* std::stoi[link /reference/string/stoi.md]
49+
50+
-### 出力(標準エラー出力)
51+
+### 出力例(標準エラー出力)
52+
```
53+
value must be positive
54+
```
55+
&lt;/code&gt;&lt;/pre&gt;</summary>
56+
57+
<author>
58+
<name>Akira Takahashi</name>
59+
<email>faithandbrave@gmail.com</email>
60+
</author>
61+
</entry>
62+
63+
<entry>
64+
<title>logic_error -- stdexcept : 実行環境によって出力が異なる場合は出力の見出しを「出力例」にする</title>
65+
<link href="https://cpprefjp.github.io/reference/stdexcept/logic_error.html"/>
66+
<id>e76ce0f6088c0bef306d19d0df4378f603dcfdc1:reference/stdexcept/logic_error.md</id>
67+
<updated>2026-01-19T18:33:38+09:00</updated>
68+
69+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/stdexcept/logic_error.md b/reference/stdexcept/logic_error.md
70+
index 2a3f313eb..6f84cd419 100644
71+
--- a/reference/stdexcept/logic_error.md
72+
+++ b/reference/stdexcept/logic_error.md
73+
@@ -45,7 +45,7 @@ int main() {
74+
}
75+
```
76+
77+
-### 出力 (標準エラー出力)
78+
+### 出力例 (標準エラー出力)
79+
80+
```
81+
Error: Cannot perform calculations with negative numbers!
82+
&lt;/code&gt;&lt;/pre&gt;</summary>
83+
84+
<author>
85+
<name>Akira Takahashi</name>
86+
<email>faithandbrave@gmail.com</email>
87+
</author>
88+
</entry>
89+
90+
<entry>
91+
<title>out_of_range -- stdexcept : 実行環境によって出力が異なる場合は出力の見出しを「出力例」にする</title>
92+
<link href="https://cpprefjp.github.io/reference/stdexcept/out_of_range.html"/>
93+
<id>e76ce0f6088c0bef306d19d0df4378f603dcfdc1:reference/stdexcept/out_of_range.md</id>
94+
<updated>2026-01-19T18:33:38+09:00</updated>
95+
96+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/stdexcept/out_of_range.md b/reference/stdexcept/out_of_range.md
97+
index f64247bed..8ba8b233a 100644
98+
--- a/reference/stdexcept/out_of_range.md
99+
+++ b/reference/stdexcept/out_of_range.md
100+
@@ -42,7 +42,7 @@ int main() {
101+
```
102+
* vec.at[link /reference/vector/vector/at.md]
103+
104+
-### 出力(標準エラー出力)
105+
+### 出力例(標準エラー出力)
106+
107+
```
108+
vector::_M_range_check: __n (which is 3) &amp;gt;= this-&amp;gt;size() (which is 3)
109+
&lt;/code&gt;&lt;/pre&gt;</summary>
110+
111+
<author>
112+
<name>Akira Takahashi</name>
113+
<email>faithandbrave@gmail.com</email>
114+
</author>
115+
</entry>
116+
9117
<entry>
10118
<title>domain_error -- domain_error / invalid_argument : コード修飾を追加</title>
11119
<link href="https://cpprefjp.github.io/reference/stdexcept/domain_error.html"/>
@@ -138,33 +246,6 @@ index 6f384bf1a..489cda5e0 100644
138246

139247
## メンバ関数
140248

141-
&lt;/code&gt;&lt;/pre&gt;</summary>
142-
143-
<author>
144-
<name>KaiTomotake</name>
145-
<email>kaitomotake@gmail.com</email>
146-
</author>
147-
</entry>
148-
149-
<entry>
150-
<title>stdexcept -- add out_of_range page link</title>
151-
<link href="https://cpprefjp.github.io/reference/stdexcept.html"/>
152-
<id>b769c719e9b0d55297a47082980121c3135779a4:reference/stdexcept.md</id>
153-
<updated>2026-01-19T14:22:32+09:00</updated>
154-
155-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/stdexcept.md b/reference/stdexcept.md
156-
index d9f7d22f8..66ffb68de 100644
157-
--- a/reference/stdexcept.md
158-
+++ b/reference/stdexcept.md
159-
@@ -17,7 +17,7 @@
160-
| [`domain_error`](stdexcept/domain_error.md) | 定義域エラーを示す | |
161-
| [`invalid_argument`](stdexcept/invalid_argument.md) | 不正な引数を示す | |
162-
| `length_error` | 長すぎるオブジェクトを作ろうとしたことを示す | |
163-
-| `out_of_range` | 引数が許容範囲外であることを示す | |
164-
+| [`out_of_range`](stdexcept/out_of_range.md) | 引数が許容範囲外であることを示す | |
165-
| `runtime_error` | プログラム実行時にのみ検出可能なエラー(実行時エラー)を示す | |
166-
| `range_error` | 内部計算によって、値が範囲外になったことを示す(値域エラー) | |
167-
| `overflow_error` | 数値計算の結果がオーバーフローしたことを示す | |
168249
&lt;/code&gt;&lt;/pre&gt;</summary>
169250

170251
<author>

sitemap.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29690,28 +29690,28 @@
2969029690

2969129691
<url>
2969229692
<loc>https://cpprefjp.github.io/reference/stdexcept/out_of_range.html</loc>
29693-
<lastmod>2026-01-19T17:26:39+09:00</lastmod>
29693+
<lastmod>2026-01-19T18:33:38+09:00</lastmod>
2969429694
<changefreq>daily</changefreq>
2969529695
<priority>0.7</priority>
2969629696
</url>
2969729697

2969829698
<url>
2969929699
<loc>https://cpprefjp.github.io/reference/stdexcept/domain_error.html</loc>
29700-
<lastmod>2026-01-19T17:27:40+09:00</lastmod>
29700+
<lastmod>2026-01-19T18:33:38+09:00</lastmod>
2970129701
<changefreq>daily</changefreq>
2970229702
<priority>0.7</priority>
2970329703
</url>
2970429704

2970529705
<url>
2970629706
<loc>https://cpprefjp.github.io/reference/stdexcept/logic_error.html</loc>
29707-
<lastmod>2026-01-16T18:50:10+09:00</lastmod>
29707+
<lastmod>2026-01-19T18:33:38+09:00</lastmod>
2970829708
<changefreq>daily</changefreq>
2970929709
<priority>0.7</priority>
2971029710
</url>
2971129711

2971229712
<url>
2971329713
<loc>https://cpprefjp.github.io/reference/stdexcept/invalid_argument.html</loc>
29714-
<lastmod>2026-01-19T17:27:40+09:00</lastmod>
29714+
<lastmod>2026-01-19T18:33:38+09:00</lastmod>
2971529715
<changefreq>daily</changefreq>
2971629716
<priority>0.7</priority>
2971729717
</url>

0 commit comments

Comments
 (0)