Skip to content

Commit 2210484

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent daded45 commit 2210484

File tree

4 files changed

+32
-34
lines changed

4 files changed

+32
-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="mi">1l</span><span class="n">qtDTBvQdfdXacJnxvpKczUvPfFSnfIK</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/cstdlib/srand.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="2025-07-06T07:58:56">
192-
2025年07月06日 07時58分56秒
191+
<span itemprop="datePublished" content="2025-07-06T08:09:38">
192+
2025年07月06日 08時09分38秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -244,7 +244,7 @@ <h2>関連項目</h2>
244244
<ul>
245245
<li><code><a href="rand.html">rand</a></code>:疑似乱数を生成する</li>
246246
<li><code><a href="rand_max.html">RAND_MAX</a></code>:<code>std::rand()</code>が返す最高値。</li>
247-
<li><code><span href="https://cpprefjp.github.io/reference/cstdlib">time</span></code>:時刻を取得する</li>
247+
<li><code><span href="https://cpprefjp.github.io/reference/ctime/time.md.nolink">time</span></code>:時刻を取得する</li>
248248
<li><code><a href="../ctime/time_t.html">time_t</a></code>:UNIX時間を表すための型。</li>
249249
</ul></div>
250250

rss.xml

Lines changed: 27 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,35 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title>cpprefjp - C++日本語リファレンス</title>
44
<link href="https://cpprefjp.github.io" />
5-
<updated>2025-07-06T08:02:52.437624</updated>
6-
<id>d561fa5a-74bd-4ee4-85f9-828545f2993f</id>
5+
<updated>2025-07-06T09:25:01.543422</updated>
6+
<id>b440fb9f-8cdf-4a65-b2be-9db5745a40a7</id>
77

88

9+
<entry>
10+
<title>srand -- add .nolink in `time` path</title>
11+
<link href="https://cpprefjp.github.io/reference/cstdlib/srand.html"/>
12+
<id>e1b31f5923717d346622beaa27dbb48c755689cc:reference/cstdlib/srand.md</id>
13+
<updated>2025-07-06T17:09:38+09:00</updated>
14+
15+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/cstdlib/srand.md b/reference/cstdlib/srand.md
16+
index 6a0c1b392..2b3b0b613 100644
17+
--- a/reference/cstdlib/srand.md
18+
+++ b/reference/cstdlib/srand.md
19+
@@ -46,5 +46,5 @@ int main()
20+
## 関連項目
21+
- [`rand`](rand.md):疑似乱数を生成する
22+
- [`RAND_MAX`](rand_max.md):`std::rand()`が返す最高値。
23+
-- [`time`]():時刻を取得する
24+
+- [`time`](/reference/ctime/time.md.nolink):時刻を取得する
25+
- [`time_t`](/reference/ctime/time_t.md):UNIX時間を表すための型。
26+
&lt;/code&gt;&lt;/pre&gt;</summary>
27+
28+
<author>
29+
<name>K10-K10</name>
30+
<email>[email protected]</email>
31+
</author>
32+
</entry>
33+
934
<entry>
1035
<title>rand -- add path to `RAND_MAX`</title>
1136
<link href="https://cpprefjp.github.io/reference/cstdlib/rand.html"/>
@@ -510,31 +535,4 @@ index e451faa51..057ed18d8 100644
510535
</author>
511536
</entry>
512537

513-
<entry>
514-
<title>srand -- add pat to `ramd.md`</title>
515-
<link href="https://cpprefjp.github.io/reference/cstdlib/srand.html"/>
516-
<id>31d07e72caa9e07774b300f841226f226a14e6e5:reference/cstdlib/srand.md</id>
517-
<updated>2025-07-06T16:36:36+09:00</updated>
518-
519-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/cstdlib/srand.md b/reference/cstdlib/srand.md
520-
index 24e83aa31..726effe71 100644
521-
--- a/reference/cstdlib/srand.md
522-
+++ b/reference/cstdlib/srand.md
523-
@@ -44,7 +44,7 @@ int main()
524-
```
525-
526-
## 関連項目
527-
-- `rand`:疑似乱数を生成する
528-
+- [`rand`](rand.md):疑似乱数を生成する
529-
- `RAND_MAX`:`std::rand()`が返す最高値。
530-
- `time`:時刻を取得する
531-
- [`time_t`](/reference/ctime/time_t.md):UNIX時間を表すための型。
532-
&lt;/code&gt;&lt;/pre&gt;</summary>
533-
534-
<author>
535-
<name>K10-K10</name>
536-
<email>[email protected]</email>
537-
</author>
538-
</entry>
539-
540538
</feed>

sitemap.xml

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

3146231462
<url>
3146331463
<loc>https://cpprefjp.github.io/reference/cstdlib/srand.html</loc>
31464-
<lastmod>2025-07-06T16:58:56+09:00</lastmod>
31464+
<lastmod>2025-07-06T17:09:38+09:00</lastmod>
3146531465
<changefreq>daily</changefreq>
3146631466
<priority>0.7</priority>
3146731467
</url>

0 commit comments

Comments
 (0)