|
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>2025-11-24T14:48:19.894503</updated> |
6 | | - <id>b48ac697-921e-436e-af1d-acaa7a175e65</id> |
| 5 | + <updated>2025-11-25T13:10:31.302861</updated> |
| 6 | + <id>bd3032f9-8297-4642-abce-a3e23b2d998e</id> |
7 | 7 |
|
8 | 8 |
|
| 9 | + <entry> |
| 10 | + <title>enable_shared_from_this -- enable_shared_from_this: サンプルコードにコード修飾を追加</title> |
| 11 | + <link href="https://cpprefjp.github.io/reference/memory/enable_shared_from_this.html"/> |
| 12 | + <id>29e9569989dee369f3593244c6e31b3c5768c9e5:reference/memory/enable_shared_from_this.md</id> |
| 13 | + <updated>2025-11-25T22:06:27+09:00</updated> |
| 14 | + |
| 15 | + <summary type="html"><pre><code>diff --git a/reference/memory/enable_shared_from_this.md b/reference/memory/enable_shared_from_this.md |
| 16 | +index 921ad0d39..783d73f7f 100644 |
| 17 | +--- a/reference/memory/enable_shared_from_this.md |
| 18 | ++++ b/reference/memory/enable_shared_from_this.md |
| 19 | +@@ -83,6 +83,7 @@ int main() |
| 20 | + } |
| 21 | + ``` |
| 22 | + * std::enable_shared_from_this[color ff0000] |
| 23 | ++* shared_from_this()[link enable_shared_from_this/shared_from_this.md] |
| 24 | + |
| 25 | + ### 出力 |
| 26 | + ``` |
| 27 | +</code></pre></summary> |
| 28 | + |
| 29 | + <author> |
| 30 | + <name>Akira Takahashi</name> |
| 31 | + |
| 32 | + </author> |
| 33 | + </entry> |
| 34 | + |
9 | 35 | <entry> |
10 | 36 | <title>機能テストマクロ -- add feature test macros of C++26</title> |
11 | 37 | <link href="https://cpprefjp.github.io/lang/cpp26/feature_test_macros.html"/> |
@@ -1144,32 +1170,6 @@ index d0286e3f1..4ec0e0a4a 100644 |
1144 | 1170 | * stop_requested()[link stop_requested.md] |
1145 | 1171 | * request_stop()[link request_stop.md] |
1146 | 1172 |
|
1147 | | -</code></pre></summary> |
1148 | | - |
1149 | | - <author> |
1150 | | - <name>Akira Takahashi</name> |
1151 | | - |
1152 | | - </author> |
1153 | | - </entry> |
1154 | | - |
1155 | | - <entry> |
1156 | | - <title>コンストラクタ -- stop_sourceのコンストラクタ : コード修飾を追加</title> |
1157 | | - <link href="https://cpprefjp.github.io/reference/stop_token/stop_source/op_constructor.html"/> |
1158 | | - <id>8c34c7f0a4e98c1275327e31b9f7842bd44dadcf:reference/stop_token/stop_source/op_constructor.md</id> |
1159 | | - <updated>2025-11-18T15:40:58+09:00</updated> |
1160 | | - |
1161 | | - <summary type="html"><pre><code>diff --git a/reference/stop_token/stop_source/op_constructor.md b/reference/stop_token/stop_source/op_constructor.md |
1162 | | -index 967e74a91..d0286e3f1 100644 |
1163 | | ---- a/reference/stop_token/stop_source/op_constructor.md |
1164 | | -+++ b/reference/stop_token/stop_source/op_constructor.md |
1165 | | -@@ -11,6 +11,7 @@ explicit stop_source(nostopstate_t) noexcept; // (2) |
1166 | | - stop_source(const stop_source&amp; rhs) noexcept; // (3) |
1167 | | - stop_source(stop_source&amp;&amp; rhs) noexcept; // (4) |
1168 | | - ``` |
1169 | | -+* nostopstate_t[link ../nostopstate.md] |
1170 | | - |
1171 | | - ## 概要 |
1172 | | - - (1) : デフォルトコンストラクタ。停止状態を表すリソースを新たに確保して所有する。 |
1173 | 1173 | </code></pre></summary> |
1174 | 1174 |
|
1175 | 1175 | <author> |
|
0 commit comments