Skip to content

Commit 45cfdc0

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent ccf3290 commit 45cfdc0

File tree

4 files changed

+34
-34
lines changed

4 files changed

+34
-34
lines changed

reference/chrono/make24.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ <h2>例</h2>
239239
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">12h</a></span><span class="p">,</span> <span class="nb">false</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">0h</a></span><span class="p">);</span>
240240

241241
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">12h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">12h</a></span><span class="p">);</span>
242-
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">1h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="mf">1f</span><span class="n">JgtkloALKOkFbdSRSPWAHjBPQaZEZkb</span><span class="p">);</span>
242+
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">1h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="mi">1</span><span class="n"><a href="duration/op_h.html">3h</a></span><span class="p">);</span>
243243
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">3h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">15h</a></span><span class="p">);</span>
244244
<span class="n"><a href="../cassert/assert.html">assert</a></span><span class="p">(</span><span class="n"><span style="color:#ff0000">chrono::make24</span></span><span class="p">(</span><span class="n"><a href="duration/op_h.html">11h</a></span><span class="p">,</span> <span class="nb">true</span><span class="p">)</span> <span class="o">==</span> <span class="n"><a href="duration/op_h.html">23h</a></span><span class="p">);</span>
245245
<span class="p">}</span>

reference/memory/enable_shared_from_this.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="2025-07-11T17:16:44">
192-
2025年07月11日 17時16分44秒
191+
<span itemprop="datePublished" content="2025-11-25T13:06:27">
192+
2025年11月25日 13時06分27秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Koichi Murase</span>
196+
<span itemprop="name">Akira Takahashi</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -302,7 +302,7 @@ <h2>例</h2>
302302
<span class="n"><a href="shared_ptr.html">std::shared_ptr</a></span><span class="o">&lt;</span><span class="n">X</span><span class="o">&gt;</span> <span class="n">f</span><span class="p">()</span>
303303
<span class="p">{</span>
304304
<span class="c1">// thisを指すshared_ptrオブジェクトを作る</span>
305-
<span class="k">return</span> <span class="n">shared_from_this</span><span class="p">();</span>
305+
<span class="k">return</span> <span class="n"><a href="enable_shared_from_this/shared_from_this.html">shared_from_this()</a></span><span class="p">;</span>
306306
<span class="p">}</span>
307307
<span class="p">};</span>
308308

rss.xml

Lines changed: 28 additions & 28 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>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>
77

88

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">&lt;pre&gt;&lt;code&gt;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+
&lt;/code&gt;&lt;/pre&gt;</summary>
28+
29+
<author>
30+
<name>Akira Takahashi</name>
31+
<email>[email protected]</email>
32+
</author>
33+
</entry>
34+
935
<entry>
1036
<title>機能テストマクロ -- add feature test macros of C++26</title>
1137
<link href="https://cpprefjp.github.io/lang/cpp26/feature_test_macros.html"/>
@@ -1144,32 +1170,6 @@ index d0286e3f1..4ec0e0a4a 100644
11441170
* stop_requested()[link stop_requested.md]
11451171
* request_stop()[link request_stop.md]
11461172

1147-
&lt;/code&gt;&lt;/pre&gt;</summary>
1148-
1149-
<author>
1150-
<name>Akira Takahashi</name>
1151-
<email>[email protected]</email>
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">&lt;pre&gt;&lt;code&gt;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;amp; rhs) noexcept; // (3)
1167-
stop_source(stop_source&amp;amp;&amp;amp; rhs) noexcept; // (4)
1168-
```
1169-
+* nostopstate_t[link ../nostopstate.md]
1170-
1171-
## 概要
1172-
- (1) : デフォルトコンストラクタ。停止状態を表すリソースを新たに確保して所有する。
11731173
&lt;/code&gt;&lt;/pre&gt;</summary>
11741174

11751175
<author>

sitemap.xml

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

3739837398
<url>
3739937399
<loc>https://cpprefjp.github.io/reference/memory/enable_shared_from_this.html</loc>
37400-
<lastmod>2025-10-04T19:13:40+09:00</lastmod>
37400+
<lastmod>2025-11-25T22:06:27+09:00</lastmod>
3740137401
<changefreq>daily</changefreq>
3740237402
<priority>0.7</priority>
3740337403
</url>

0 commit comments

Comments
 (0)