|
2 | 2 | <feed xmlns="http://www.w3.org/2005/Atom"> |
3 | 3 | <title>cpprefjp - C++日本語リファレンス</title> |
4 | 4 | <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> |
7 | 7 |
|
8 | 8 |
|
| 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"><pre><code>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 | + &lt;!-- `cpp26removed[meta cpp]` : C++26で削除された機能 --&gt; |
| 21 | + &lt;!-- `future[meta cpp]` : 将来のC++で検討されている機能 --&gt; |
| 22 | + &lt;!-- `archive[meta cpp]` : 廃案になったが記録として残す価値のあるC++機能 --&gt; |
| 23 | ++&lt;!-- `[meta alias]`は、検索エンジン用にページの別名を追加登録するためのメタ情報。カンマ区切りで複数登録できる。名前空間は各ページで指定されたものに準じる。例としてbasic_stringページには以下のように登録されている。 `* string,u8string,u16string,u32string,wstring[meta alias]` --&gt; |
| 24 | + |
| 25 | + ```cpp |
| 26 | + namespace std { |
| 27 | +</code></pre></summary> |
| 28 | + |
| 29 | + <author> |
| 30 | + <name>Akira Takahashi</name> |
| 31 | + <email>faithandbrave@gmail.com</email> |
| 32 | + </author> |
| 33 | + </entry> |
| 34 | + |
9 | 35 | <entry> |
10 | 36 | <title>C++国際標準規格 -- C++26のWorking Draftを更新 #1555</title> |
11 | 37 | <link href="https://cpprefjp.github.io/international-standard.html"/> |
@@ -1669,66 +1695,6 @@ index 039fdfd78..2d32011e2 100644 |
1669 | 1695 |
|
1670 | 1696 | ## メンバ関数 |
1671 | 1697 |
|
1672 | | -</code></pre></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"><pre><code>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 | | -</code></pre></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"><pre><code>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 | | - |
1732 | 1698 | </code></pre></summary> |
1733 | 1699 |
|
1734 | 1700 | <author> |
|
0 commit comments