Skip to content

Commit b32e6ec

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent ef65d90 commit b32e6ec

File tree

9 files changed

+8546
-4015
lines changed

9 files changed

+8546
-4015
lines changed

reference/charconv.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@
176176

177177
<p class="text-right"><small>
178178
最終更新日時(UTC):
179-
<span itemprop="datePublished" content="2025-07-05T12:42:53">
180-
2025年07月05日 12時42分53秒
179+
<span itemprop="datePublished" content="2025-07-15T15:52:34">
180+
2025年07月15日 15時52分34秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -299,7 +299,7 @@ <h2>導入された経緯</h2>
299299
<td>ロケール依存、エラー報告の不足</td>
300300
</tr>
301301
<tr>
302-
<td><code>strtol</code></td>
302+
<td><code><a href="cstdlib/strtol.html">strtol</a></code></td>
303303
<td>ロケール依存、先頭ホワイトスペースの無視、接頭辞(0x等)を考慮する</td>
304304
</tr>
305305
<tr>

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">afldXdgMBGwUvYUCHLVUGbkMUeXkjJI</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.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@
176176

177177
<p class="text-right"><small>
178178
最終更新日時(UTC):
179-
<span itemprop="datePublished" content="2025-07-13T02:10:25">
180-
2025年07月13日 02時10分25秒
179+
<span itemprop="datePublished" content="2025-07-15T06:57:54">
180+
2025年07月15日 06時57分54秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -236,7 +236,7 @@ <h2>数値変換</h2>
236236
<td></td>
237237
</tr>
238238
<tr>
239-
<td><code>strtol</code></td>
239+
<td><code><a href="cstdlib/strtol.html">strtol</a></code></td>
240240
<td>文字列を、基数を指定して<code>long</code>型に変換する (function)</td>
241241
<td></td>
242242
</tr>

reference/cstdlib/strtol.html

Lines changed: 326 additions & 0 deletions
Large diffs are not rendered by default.

reference/string/stoi.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-05T12:35:34">
192-
2025年07月05日 12時35分34秒
191+
<span itemprop="datePublished" content="2025-07-15T15:48:05">
192+
2025年07月15日 15時48分05秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -426,7 +426,7 @@ <h2>関連リンク</h2>
426426
<h3>C標準ライブラリに由来する関数</h3>
427427
<ul>
428428
<li><code><a href="../cstdlib/atoi_atol_atoll.html">atoi</a></code>: <code>stoi</code><code><a href="../cstdlib/atoi_atol_atoll.html">atoi</a></code><code>std::string</code>および<code>std::wstring</code>に対応させたものと見なせる。</li>
429-
<li><code>strtol</code>, <code>wcstol</code>: <code>stoi</code><code>strtol</code>および<code>wcstol</code>をそれぞれ<code>std::string</code><code>std::wstring</code>に対応させ、<a class="cpprefjp-defined-word" data-desc="関数呼び出し式の評価結果となるオブジェクト・値">戻り値</a>の型を<code>int</code>に変更したものと見なせる。</li>
429+
<li><code><a href="../cstdlib/strtol.html">strtol</a></code>, <code>wcstol</code>: <code>stoi</code><code>strtol</code>および<code>wcstol</code>をそれぞれ<code>std::string</code><code>std::wstring</code>に対応させ、<a class="cpprefjp-defined-word" data-desc="関数呼び出し式の評価結果となるオブジェクト・値">戻り値</a>の型を<code>int</code>に変更したものと見なせる。</li>
430430
</ul>
431431
<h3>ファミリー</h3>
432432
<ul>

0 commit comments

Comments
 (0)