Skip to content

Commit 8c362e3

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 66c5a7a commit 8c362e3

File tree

3 files changed

+33
-66
lines changed

3 files changed

+33
-66
lines changed

rss.xml

Lines changed: 28 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,36 @@
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-08T02:06:15.233170</updated>
6-
<id>3c970776-4c5f-4385-9ea1-0f156275e320</id>
5+
<updated>2026-01-08T02:45:53.943825</updated>
6+
<id>66559b94-b213-4129-83d7-02e834f0f050</id>
77

88

9+
<entry>
10+
<title>page_title (1行目の見出し1はページのタイトルです。修飾なしで記載してください) -- クラスの雛形ページ : 検索エンジン用にページの別名を追加登録するメタ情報を記載 #1545</title>
11+
<link href="https://cpprefjp.github.io/start_editing/class_template_page.html"/>
12+
<id>a8d9c90a8acc1fdfb869f3dce18986c0fc583393:start_editing/class_template_page.md</id>
13+
<updated>2026-01-08T11:41:47+09:00</updated>
14+
15+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/start_editing/class_template_page.md b/start_editing/class_template_page.md
16+
index 4b4e98ea2..84a9d67b6 100644
17+
--- a/start_editing/class_template_page.md
18+
+++ b/start_editing/class_template_page.md
19+
@@ -37,6 +37,7 @@
20+
&amp;lt;!-- `cpp26removed[meta cpp]` : C++26で削除された機能 --&amp;gt;
21+
&amp;lt;!-- `future[meta cpp]` : 将来のC++で検討されている機能 --&amp;gt;
22+
&amp;lt;!-- `archive[meta cpp]` : 廃案になったが記録として残す価値のあるC++機能 --&amp;gt;
23+
+&amp;lt;!-- `[meta alias]`は、検索エンジン用にページの別名を追加登録するためのメタ情報。カンマ区切りで複数登録できる。名前空間は各ページで指定されたものに準じる。例としてbasic_stringページには以下のように登録されている。 `* string,u8string,u16string,u32string,wstring[meta alias]` --&amp;gt;
24+
25+
```cpp
26+
namespace std {
27+
&lt;/code&gt;&lt;/pre&gt;</summary>
28+
29+
<author>
30+
<name>Akira Takahashi</name>
31+
<email>faithandbrave@gmail.com</email>
32+
</author>
33+
</entry>
34+
935
<entry>
1036
<title>C++国際標準規格 -- C++26のWorking Draftを更新 #1555</title>
1137
<link href="https://cpprefjp.github.io/international-standard.html"/>
@@ -1669,66 +1695,6 @@ index 039fdfd78..2d32011e2 100644
16691695

16701696
## メンバ関数
16711697

1672-
&lt;/code&gt;&lt;/pre&gt;</summary>
1673-
1674-
<author>
1675-
<name>Koichi Murase</name>
1676-
<email>myoga.murase@gmail.com</email>
1677-
</author>
1678-
</entry>
1679-
1680-
<entry>
1681-
<title>domain_error -- fix({domain,logic}_error): 継承メンバへのリンクを修正</title>
1682-
<link href="https://cpprefjp.github.io/reference/stdexcept/domain_error.html"/>
1683-
<id>76d0141d40b5a0f0a681053e3db9514d7da2451f:reference/stdexcept/domain_error.md</id>
1684-
<updated>2026-01-06T12:22:05+09:00</updated>
1685-
1686-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/stdexcept/domain_error.md b/reference/stdexcept/domain_error.md
1687-
index 26b923db5..039fdfd78 100644
1688-
--- a/reference/stdexcept/domain_error.md
1689-
+++ b/reference/stdexcept/domain_error.md
1690-
@@ -19,10 +19,10 @@ namespace std {
1691-
1692-
| 名前 | 説明 | 対応バージョン |
1693-
| --- | --- | --- |
1694-
-| [`(constructor)`](logic_error/op_constructor.md.nolink) | コンストラクタ | |
1695-
-| [`(destructor)`](logic_error/op_destructor.md.nolink) | デストラクタ | |
1696-
-| [`operator=`](logic_error/op_assign.md.nolink) | 代入演算子 | |
1697-
-| [`what`](logic_error/what.md.nolink) | エラー理由を取得する | |
1698-
+| [`(constructor)`](domain_error/op_constructor.md.nolink) | コンストラクタ | |
1699-
+| [`(destructor)`](domain_error/op_destructor.md.nolink) | デストラクタ | |
1700-
+| [`operator=`](domain_error/op_assign.md.nolink) | 代入演算子 | |
1701-
+| [`what`](exception/what.md.nolink) | エラー理由を取得する | |
1702-
1703-
## 例
1704-
1705-
&lt;/code&gt;&lt;/pre&gt;</summary>
1706-
1707-
<author>
1708-
<name>Koichi Murase</name>
1709-
<email>myoga.murase@gmail.com</email>
1710-
</author>
1711-
</entry>
1712-
1713-
<entry>
1714-
<title>logic_error -- fix({domain,logic}_error): 継承メンバへのリンクを修正</title>
1715-
<link href="https://cpprefjp.github.io/reference/stdexcept/logic_error.html"/>
1716-
<id>76d0141d40b5a0f0a681053e3db9514d7da2451f:reference/stdexcept/logic_error.md</id>
1717-
<updated>2026-01-06T12:22:05+09:00</updated>
1718-
1719-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/stdexcept/logic_error.md b/reference/stdexcept/logic_error.md
1720-
index f26bd2973..57925ad38 100644
1721-
--- a/reference/stdexcept/logic_error.md
1722-
+++ b/reference/stdexcept/logic_error.md
1723-
@@ -21,7 +21,7 @@ namespace std {
1724-
| [`(constructor)`](logic_error/op_constructor.md.nolink) | コンストラクタ | |
1725-
| [`(destructor)`](logic_error/op_destructor.md.nolink) | デストラクタ | |
1726-
| [`operator=`](logic_error/op_assign.md.nolink) | 代入演算子 | |
1727-
-| [`what`](logic_error/what.md.nolink) | エラー理由を取得する | |
1728-
+| [`what`](exception/what.md.nolink) | エラー理由を取得する | |
1729-
1730-
## 例
1731-
17321698
&lt;/code&gt;&lt;/pre&gt;</summary>
17331699

17341700
<author>

sitemap.xml

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

4217242172
<url>
4217342173
<loc>https://cpprefjp.github.io/start_editing/class_template_page.html</loc>
42174-
<lastmod>2026-01-07T22:38:55+09:00</lastmod>
42174+
<lastmod>2026-01-08T11:41:47+09:00</lastmod>
4217542175
<changefreq>daily</changefreq>
4217642176
<priority>0.8</priority>
4217742177
</url>

start_editing/class_template_page.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,12 @@
176176

177177
<p class="text-right"><small>
178178
最終更新日時(UTC):
179-
<span itemprop="datePublished" content="2025-10-04T09:20:22">
180-
2025年10月04日 09時20分22秒
179+
<span itemprop="datePublished" content="2026-01-08T02:41:47">
180+
2026年01月08日 02時41分47秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
184-
<span itemprop="name">Raclamusi</span>
184+
<span itemprop="name">Akira Takahashi</span>
185185
</span>
186186
が更新
187187
</small></p>
@@ -231,6 +231,7 @@
231231
<p></p>
232232
<p></p>
233233
<p></p>
234+
<p></p>
234235
<p><div class="codehilite"><pre><span></span><code><span class="k">namespace</span> <span class="n">std</span> <span class="p">{</span>
235236
<span class="k">class</span> <span class="nc">definition</span><span class="p">;</span> <span class="c1">// クラスの宣言を記述します。</span>
236237
<span class="p">}</span>

0 commit comments

Comments
 (0)