Skip to content

Commit 6c34e76

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent dcec701 commit 6c34e76

File tree

3 files changed

+33
-32
lines changed

3 files changed

+33
-32
lines changed

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-11T02:45:58">
192-
2026年01月11日 02時45分58秒
191+
<span itemprop="datePublished" content="2026-01-11T02:50:35">
192+
2026年01月11日 02時50分35秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -221,7 +221,7 @@ <h1 itemprop="name"><span class="namespace" title="namespace std">std::</span><s
221221
</p>
222222
<h2>概要</h2>
223223
<p>関数などにおいて、引数に渡した値が不正であることを示す<a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a>およびその基底クラスである。
224-
この<a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a>は、<code>std::bitset::bitset</code>および<code>std::stoi</code><code>std::stof</code>系の関数によってスローされる</p>
224+
この<a class="cpprefjp-defined-word" data-desc="問題が発生したときに、現在実行位置を過去に通過・記録した位置に戻し、文脈情報を添えて紐づけられた処理(例外ハンドラー)を呼び出す仕組み。またはその事態">例外</a>は、<code>std::bitset::bitset</code>および<code>std::stoi</code><code>std::stof</code>系の関数によって送出される</p>
225225
<h2>メンバ関数</h2>
226226
<table border="1" bordercolor="#888" style="border-collapse:collapse">
227227
<thead>

rss.xml

Lines changed: 29 additions & 28 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>2026-01-11T02:50:36.752826</updated>
6-
<id>b7641f20-8881-4342-97d4-35426035ed74</id>
5+
<updated>2026-01-11T03:09:40.726606</updated>
6+
<id>c1530150-47b4-4aa3-83e2-e2fbe8f86e5d</id>
77

88

9+
<entry>
10+
<title>invalid_argument -- fix ngword</title>
11+
<link href="https://cpprefjp.github.io/reference/stdexcept/invalid_argument.html"/>
12+
<id>f8c48cd98a165e4e87f03f56dfdecc46638e31ac:reference/stdexcept/invalid_argument.md</id>
13+
<updated>2026-01-11T11:50:35+09:00</updated>
14+
15+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/stdexcept/invalid_argument.md b/reference/stdexcept/invalid_argument.md
16+
index 53615c4f4..21eeff21e 100644
17+
--- a/reference/stdexcept/invalid_argument.md
18+
+++ b/reference/stdexcept/invalid_argument.md
19+
@@ -13,7 +13,7 @@ namespace std {
20+
## 概要
21+
22+
関数などにおいて、引数に渡した値が不正であることを示す例外およびその基底クラスである。
23+
-この例外は、`std::bitset::bitset`および`std::stoi`や`std::stof`系の関数によってスローされる。
24+
+この例外は、`std::bitset::bitset`および`std::stoi`や`std::stof`系の関数によって送出される。
25+
26+
## メンバ関数
27+
28+
&lt;/code&gt;&lt;/pre&gt;</summary>
29+
30+
<author>
31+
<name>KaiTomotake</name>
32+
<email>kaitomotake@gmail.com</email>
33+
</author>
34+
</entry>
35+
936
<entry>
1037
<title>invalid_argument -- create invalid_argument.md</title>
1138
<link href="https://cpprefjp.github.io/reference/stdexcept/invalid_argument.html"/>
@@ -185,30 +212,4 @@ index b5305ec31..44d9b8547 100644
185212
</author>
186213
</entry>
187214

188-
<entry>
189-
<title>ロックフリープロパティ -- ロックフリープロパティ : meta alias タグを追加 #1545</title>
190-
<link href="https://cpprefjp.github.io/reference/atomic/lock_free_property.html"/>
191-
<id>f525844c0a96f0ca124154fdc49ac9499a107cdd:reference/atomic/lock_free_property.md</id>
192-
<updated>2026-01-09T11:21:58+09:00</updated>
193-
194-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/atomic/lock_free_property.md b/reference/atomic/lock_free_property.md
195-
index 515773200..5be290b9a 100644
196-
--- a/reference/atomic/lock_free_property.md
197-
+++ b/reference/atomic/lock_free_property.md
198-
@@ -2,6 +2,7 @@
199-
* atomic[meta header]
200-
* macro[meta id-type]
201-
* cpp11[meta cpp]
202-
+* ATOMIC_BOOL_LOCK_FREE,ATOMIC_CHAR_LOCK_FREE,ATOMIC_CHAR8_T_LOCK_FREE,ATOMIC_CHAR16_T_LOCK_FREE,ATOMIC_CHAR32_T_LOCK_FREE,ATOMIC_WCHAR_T_LOCK_FREE,ATOMIC_SHORT_LOCK_FREE,ATOMIC_INT_LOCK_FREE,ATOMIC_LONG_LOCK_FREE,ATOMIC_LLONG_LOCK_FREE,ATOMIC_POINTER_LOCK_FREE[meta alias]
203-
204-
```cpp
205-
#define ATOMIC_BOOL_LOCK_FREE unspecified // (1)
206-
&lt;/code&gt;&lt;/pre&gt;</summary>
207-
208-
<author>
209-
<name>Raclamusi</name>
210-
<email>raclamusi@gmail.com</email>
211-
</author>
212-
</entry>
213-
214215
</feed>

sitemap.xml

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

2950929509
<url>
2951029510
<loc>https://cpprefjp.github.io/reference/stdexcept/invalid_argument.html</loc>
29511-
<lastmod>2026-01-11T11:45:58+09:00</lastmod>
29511+
<lastmod>2026-01-11T11:50:35+09:00</lastmod>
2951229512
<changefreq>daily</changefreq>
2951329513
<priority>0.7</priority>
2951429514
</url>

0 commit comments

Comments
 (0)