Skip to content

Commit 7843c38

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 463e36b commit 7843c38

File tree

4 files changed

+123
-37
lines changed

4 files changed

+123
-37
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">GXOyNjhDGGvBbIFIJlXagqGrbxMahOB</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/cstdint/int_fast32_min.html

Lines changed: 47 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
<meta property="og:url" content="https://cpprefjp.github.io/reference/cstdint/int_fast32_min.html" />
2929
<meta property="og:site_name" content="cpprefjp - C++日本語リファレンス" />
3030
<meta property="og:type" content="article" />
31-
<meta property="og:description" content="[`int_fast32_t`](int_fast32_t.md) の最小値" />
31+
<meta property="og:description" content="[`int_fast32_t`](int_fast32_t.md) の最小値を表す定数" />
3232
<meta name="twitter:card" content="summary" />
3333
<meta name="twitter:title" content="INT_FAST32_MIN - cpprefjp C++日本語リファレンス" />
3434
<meta name="twitter:url" content="https://cpprefjp.github.io/reference/cstdint/int_fast32_min.html" />
35-
<meta name="twitter:description" content="[`int_fast32_t`](int_fast32_t.md) の最小値" />
35+
<meta name="twitter:description" content="[`int_fast32_t`](int_fast32_t.md) の最小値を表す定数" />
3636

3737

3838
<link rel="alternate" type="application/atom+xml" title="Atom" href="https://cpprefjp.github.io/rss.xml" />
@@ -68,7 +68,7 @@
6868

6969
</head>
7070
<body>
71-
<header data-kunai-mdinfo="{&#34;meta&#34;: {&#34;header&#34;: [&#34;cstdint&#34;], &#34;id-type&#34;: [&#34;macro&#34;], &#34;cpp&#34;: [&#34;cpp11&#34;]}, &#34;sources&#34;: [], &#34;page_id&#34;: [&#34;reference&#34;, &#34;cstdint&#34;, &#34;int_fast32_min&#34;]}">
71+
<header data-kunai-mdinfo="{&#34;meta&#34;: {&#34;header&#34;: [&#34;cstdint&#34;], &#34;id-type&#34;: [&#34;macro&#34;], &#34;cpp&#34;: [&#34;cpp11&#34;]}, &#34;sources&#34;: [{&#34;id&#34;: &#34;f8d51fc67f92b23c9feea65bd85f82ca1686e670&#34;, &#34;source&#34;: &#34;#include &lt;iostream&gt;\n#include &lt;cstdint&gt;\n#include &lt;limits&gt;\n\nint main()\n{\n std::cout &lt;&lt; \&#34;INT_FAST32_MIN: \&#34; &lt;&lt; INT_FAST32_MIN &lt;&lt; std::endl;\n\n // numeric_limits\u306b\u3088\u308b\u5024\u3068\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u78ba\u8a8d\n std::cout &lt;&lt; \&#34;numeric_limits&lt;int_fast32_t&gt;::min(): \&#34;\n &lt;&lt; std::numeric_limits&lt;std::int_fast32_t&gt;::min() &lt;&lt; std::endl;\n\n std::cout &lt;&lt; \&#34;INT_FAST32_MIN == numeric_limits&lt;int_fast32_t&gt;::min(): \&#34;\n &lt;&lt; std::boolalpha\n &lt;&lt; (INT_FAST32_MIN == std::numeric_limits&lt;std::int_fast32_t&gt;::min()) &lt;&lt; std::endl;\n\n // \u578b\u306e\u78ba\u8a8d\n std::int_fast32_t min_value = INT_FAST32_MIN;\n std::cout &lt;&lt; \&#34;\u578b\u3092\u901a\u3057\u305f\u3068\u304d\u306e\u5024: \&#34; &lt;&lt; min_value &lt;&lt; std::endl;\n\n // \u30a2\u30f3\u30c0\u30fc\u30d5\u30ed\u30fc\u306e\u78ba\u8a8d\n std::int_fast32_t value = INT_FAST32_MIN;\n std::cout &lt;&lt; \&#34;INT_FAST32_MIN: \&#34; &lt;&lt; value &lt;&lt; std::endl;\n std::cout &lt;&lt; \&#34;INT_FAST32_MIN - 1: \&#34; &lt;&lt; value - 1 &lt;&lt; std::endl;\n\n return 0;\n}\n&#34;}], &#34;page_id&#34;: [&#34;reference&#34;, &#34;cstdint&#34;, &#34;int_fast32_min&#34;]}">
7272
<nav class="navbar navbar-default" role="navigation">
7373
<div class="container-fluid">
7474
<div class="navbar-header">
@@ -188,12 +188,12 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2024-06-11T13:45:38">
192-
2024年06月11日 13時45分38秒
191+
<span itemprop="datePublished" content="2025-04-25T02:12:53">
192+
2025年04月25日 02時12分53秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">Akira Takahashi</span>
196+
<span itemprop="name">rotarymars</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -217,7 +217,47 @@
217217
</code></pre></div>
218218
</p>
219219
<h2>概要</h2>
220-
<p><code><a href="int_fast32_t.html">int_fast32_t</a></code> の最小値。</p>
220+
<p><code><a href="int_fast32_t.html">int_fast32_t</a></code> の最小値を表す定数。</p>
221+
<p><code><a href="../limits/numeric_limits.html">std::numeric_limits</a>&lt;int_fast32_t&gt;::<a href="../limits/numeric_limits/min.html">min()</a></code> と等しい。</p>
222+
<h2></h2>
223+
<p><div class="yata" id="f8d51fc67f92b23c9feea65bd85f82ca1686e670"><div class="codehilite"><pre><span></span><code><span class="cp">#include</span> <span class="cpf"><a href="../iostream.html">&lt;iostream&gt;</a></span><span class="cp"></span>
224+
<span class="cp">#include</span> <span class="cpf"><a href="../cstdint.html">&lt;cstdint&gt;</a></span><span class="cp"></span>
225+
<span class="cp">#include</span> <span class="cpf"><a href="../limits.html">&lt;limits&gt;</a></span><span class="cp"></span>
226+
227+
<span class="kt">int</span> <span class="nf">main</span><span class="p">()</span>
228+
<span class="p">{</span>
229+
<span class="n"><a href="../iostream/cout.html">std::cout</a></span> <span class="o">&lt;&lt;</span> <span class="s">"INT_FAST32_MIN: "</span> <span class="o">&lt;&lt;</span> <span class="n">INT_FAST32_MIN</span> <span class="o">&lt;&lt;</span> <span class="n"><a href="../ostream/endl.html">std::endl</a></span><span class="p">;</span>
230+
231+
<span class="c1">// numeric_limitsによる値と一致することを確認</span>
232+
<span class="n"><a href="../iostream/cout.html">std::cout</a></span> <span class="o">&lt;&lt;</span> <span class="s">"numeric_limits&lt;int_fast32_t&gt;::min(): "</span>
233+
<span class="o">&lt;&lt;</span> <span class="n"><a href="../limits/numeric_limits.html">std::numeric_limits</a></span><span class="o">&lt;</span><span class="n">std</span><span class="o">::</span><span class="kt">int_fast32_t</span><span class="o">&gt;::</span><span class="n">min</span><span class="p">()</span> <span class="o">&lt;&lt;</span> <span class="n"><a href="../ostream/endl.html">std::endl</a></span><span class="p">;</span>
234+
235+
<span class="n"><a href="../iostream/cout.html">std::cout</a></span> <span class="o">&lt;&lt;</span> <span class="s">"INT_FAST32_MIN == numeric_limits&lt;int_fast32_t&gt;::min(): "</span>
236+
<span class="o">&lt;&lt;</span> <span class="n"><a href="../ios/boolalpha.html">std::boolalpha</a></span>
237+
<span class="o">&lt;&lt;</span> <span class="p">(</span><span class="n">INT_FAST32_MIN</span> <span class="o">==</span> <span class="n"><a href="../limits/numeric_limits.html">std::numeric_limits</a></span><span class="o">&lt;</span><span class="n">std</span><span class="o">::</span><span class="kt">int_fast32_t</span><span class="o">&gt;::</span><span class="n">min</span><span class="p">())</span> <span class="o">&lt;&lt;</span> <span class="n"><a href="../ostream/endl.html">std::endl</a></span><span class="p">;</span>
238+
239+
<span class="c1">// 型の確認</span>
240+
<span class="n">std</span><span class="o">::</span><span class="kt">int_fast32_t</span> <span class="n">min_value</span> <span class="o">=</span> <span class="n">INT_FAST32_MIN</span><span class="p">;</span>
241+
<span class="n"><a href="../iostream/cout.html">std::cout</a></span> <span class="o">&lt;&lt;</span> <span class="s">"型を通したときの値: "</span> <span class="o">&lt;&lt;</span> <span class="n">min_value</span> <span class="o">&lt;&lt;</span> <span class="n"><a href="../ostream/endl.html">std::endl</a></span><span class="p">;</span>
242+
243+
<span class="c1">// アンダーフローの確認</span>
244+
<span class="n">std</span><span class="o">::</span><span class="kt">int_fast32_t</span> <span class="n">value</span> <span class="o">=</span> <span class="n">INT_FAST32_MIN</span><span class="p">;</span>
245+
<span class="n"><a href="../iostream/cout.html">std::cout</a></span> <span class="o">&lt;&lt;</span> <span class="s">"INT_FAST32_MIN: "</span> <span class="o">&lt;&lt;</span> <span class="n">value</span> <span class="o">&lt;&lt;</span> <span class="n"><a href="../ostream/endl.html">std::endl</a></span><span class="p">;</span>
246+
<span class="n"><a href="../iostream/cout.html">std::cout</a></span> <span class="o">&lt;&lt;</span> <span class="s">"INT_FAST32_MIN - 1: "</span> <span class="o">&lt;&lt;</span> <span class="n">value</span> <span class="o">-</span> <span class="mi">1</span> <span class="o">&lt;&lt;</span> <span class="n"><a href="../ostream/endl.html">std::endl</a></span><span class="p">;</span>
247+
248+
<span class="k">return</span> <span class="mi">0</span><span class="p">;</span>
249+
<span class="p">}</span>
250+
</code></pre></div>
251+
</div></p>
252+
<h3>出力例</h3>
253+
<p><pre><code>INT_FAST32_MIN: -2147483648
254+
numeric_limits&lt;int_fast32_t&gt;::min(): -2147483648
255+
INT_FAST32_MIN == numeric_limits&lt;int_fast32_t&gt;::min(): true
256+
型を通したときの値: -2147483648
257+
INT_FAST32_MIN: -2147483648
258+
INT_FAST32_MIN - 1: 2147483647
259+
</code></pre></p>
260+
<p>この出力例は処理系によって異なる場合がある。特に、<code>int_fast32_t</code>の実際の型が処理系によって異なる可能性があるため、最小値やアンダーフロー動作も異なることがある。</p>
221261
<h2>バージョン</h2>
222262
<h3>言語</h3>
223263
<ul>

rss.xml

Lines changed: 74 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,82 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title>cpprefjp - C++日本語リファレンス</title>
44
<link href="https://cpprefjp.github.io" />
5-
<updated>2025-04-25T02:13:11.928862</updated>
6-
<id>5a42f1c2-70d1-41ff-a534-a53d75f31c43</id>
5+
<updated>2025-04-25T02:16:54.162454</updated>
6+
<id>8a161230-3af2-4c91-94a1-554da3a48fa4</id>
77

88

9+
<entry>
10+
<title>INT_FAST32_MIN -- reference/cstdint/int_fast32_min.md: Created sample program</title>
11+
<link href="https://cpprefjp.github.io/reference/cstdint/int_fast32_min.html"/>
12+
<id>4bc9af54fa0f656bfecb75f7a75688b7e4ea1c4c:reference/cstdint/int_fast32_min.md</id>
13+
<updated>2025-04-25T11:12:53+09:00</updated>
14+
15+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/cstdint/int_fast32_min.md b/reference/cstdint/int_fast32_min.md
16+
index 405db6e92..60e4457d9 100644
17+
--- a/reference/cstdint/int_fast32_min.md
18+
+++ b/reference/cstdint/int_fast32_min.md
19+
@@ -8,7 +8,52 @@
20+
```
21+
22+
## 概要
23+
-[`int_fast32_t`](int_fast32_t.md) の最小値。
24+
+[`int_fast32_t`](int_fast32_t.md) の最小値を表す定数。
25+
+
26+
+[`std::numeric_limits`](/reference/limits/numeric_limits.md)`&amp;lt;int_fast32_t&amp;gt;::`[`min()`](/reference/limits/numeric_limits/min.md) と等しい。
27+
+
28+
+## 例
29+
+```cpp example
30+
+#include &amp;lt;iostream&amp;gt;
31+
+#include &amp;lt;cstdint&amp;gt;
32+
+#include &amp;lt;limits&amp;gt;
33+
+
34+
+int main()
35+
+{
36+
+ std::cout &amp;lt;&amp;lt; &amp;#34;INT_FAST32_MIN: &amp;#34; &amp;lt;&amp;lt; INT_FAST32_MIN &amp;lt;&amp;lt; std::endl;
37+
+
38+
+ // numeric_limitsによる値と一致することを確認
39+
+ std::cout &amp;lt;&amp;lt; &amp;#34;numeric_limits&amp;lt;int_fast32_t&amp;gt;::min(): &amp;#34;
40+
+ &amp;lt;&amp;lt; std::numeric_limits&amp;lt;std::int_fast32_t&amp;gt;::min() &amp;lt;&amp;lt; std::endl;
41+
+
42+
+ std::cout &amp;lt;&amp;lt; &amp;#34;INT_FAST32_MIN == numeric_limits&amp;lt;int_fast32_t&amp;gt;::min(): &amp;#34;
43+
+ &amp;lt;&amp;lt; std::boolalpha
44+
+ &amp;lt;&amp;lt; (INT_FAST32_MIN == std::numeric_limits&amp;lt;std::int_fast32_t&amp;gt;::min()) &amp;lt;&amp;lt; std::endl;
45+
+
46+
+ // 型の確認
47+
+ std::int_fast32_t min_value = INT_FAST32_MIN;
48+
+ std::cout &amp;lt;&amp;lt; &amp;#34;型を通したときの値: &amp;#34; &amp;lt;&amp;lt; min_value &amp;lt;&amp;lt; std::endl;
49+
+
50+
+ // アンダーフローの確認
51+
+ std::int_fast32_t value = INT_FAST32_MIN;
52+
+ std::cout &amp;lt;&amp;lt; &amp;#34;INT_FAST32_MIN: &amp;#34; &amp;lt;&amp;lt; value &amp;lt;&amp;lt; std::endl;
53+
+ std::cout &amp;lt;&amp;lt; &amp;#34;INT_FAST32_MIN - 1: &amp;#34; &amp;lt;&amp;lt; value - 1 &amp;lt;&amp;lt; std::endl;
54+
+
55+
+ return 0;
56+
+}
57+
+```
58+
+
59+
+### 出力例
60+
+```
61+
+INT_FAST32_MIN: -2147483648
62+
+numeric_limits&amp;lt;int_fast32_t&amp;gt;::min(): -2147483648
63+
+INT_FAST32_MIN == numeric_limits&amp;lt;int_fast32_t&amp;gt;::min(): true
64+
+型を通したときの値: -2147483648
65+
+INT_FAST32_MIN: -2147483648
66+
+INT_FAST32_MIN - 1: 2147483647
67+
+```
68+
+
69+
+この出力例は処理系によって異なる場合がある。特に、`int_fast32_t`の実際の型が処理系によって異なる可能性があるため、最小値やアンダーフロー動作も異なることがある。
70+
71+
## バージョン
72+
### 言語
73+
&lt;/code&gt;&lt;/pre&gt;</summary>
74+
75+
<author>
76+
<name>rotarymars</name>
77+
<email>s.goto2050@gmail.com</email>
78+
</author>
79+
</entry>
80+
981
<entry>
1082
<title>INT_FAST32_MAX -- reference/cstdint/int_fast32_max.md: Created sample program</title>
1183
<link href="https://cpprefjp.github.io/reference/cstdint/int_fast32_max.html"/>
@@ -211,30 +283,4 @@ index e11ed9d12..d8235be47 100644
211283
</author>
212284
</entry>
213285

214-
<entry>
215-
<title>INT_FAST8_MAX -- reference/cstdint/int_fast8_max.md: Removed reference column</title>
216-
<link href="https://cpprefjp.github.io/reference/cstdint/int_fast8_max.html"/>
217-
<id>91b19c426395f333dc4432d8d4671421bd321b6b:reference/cstdint/int_fast8_max.md</id>
218-
<updated>2025-04-25T10:47:01+09:00</updated>
219-
220-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/cstdint/int_fast8_max.md b/reference/cstdint/int_fast8_max.md
221-
index 21bf92f84..973efcf3e 100644
222-
--- a/reference/cstdint/int_fast8_max.md
223-
+++ b/reference/cstdint/int_fast8_max.md
224-
@@ -64,7 +64,3 @@ INT_FAST8_MAX + 1: -128
225-
- [GCC](/implementation.md#gcc): 4.7.0 [mark verified]
226-
- [ICC](/implementation.md#icc): ??
227-
- [Visual C++](/implementation.md#visual_cpp): 2010 [mark verified], 2012 [mark verified], 2013 [mark verified]
228-
-
229-
-## 参照
230-
-- [`&amp;lt;cstdint&amp;gt;`](/reference/cstdint.md)
231-
-- [`int_fast8_t`](int_fast8_t.md)
232-
&lt;/code&gt;&lt;/pre&gt;</summary>
233-
234-
<author>
235-
<name>rotarymars</name>
236-
<email>s.goto2050@gmail.com</email>
237-
</author>
238-
</entry>
239-
240286
</feed>

sitemap.xml

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

78097809
<url>
78107810
<loc>https://cpprefjp.github.io/reference/cstdint/int_fast32_min.html</loc>
7811-
<lastmod>2025-04-03T12:32:11+09:00</lastmod>
7811+
<lastmod>2025-04-25T11:12:53+09:00</lastmod>
78127812
<changefreq>daily</changefreq>
78137813
<priority>0.7</priority>
78147814
</url>

0 commit comments

Comments
 (0)