Skip to content

Commit c789fb9

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent feb9319 commit c789fb9

41 files changed

Lines changed: 1201 additions & 493 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

reference/cstdio/fwrite.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,12 @@
189189
<p class="text-right"><small>
190190
最終更新日時:
191191
<time itemprop="datePublished" class="js-local-time"
192-
datetime="2026-08-18T02:57:44+09:00">
193-
2026年08月18日 02時57分44秒 (JST)
192+
datetime="2026-09-16T19:44:20+09:00">
193+
2026年09月16日 19時44分20秒 (JST)
194194
</time>
195195
<br/>
196196
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
197-
<span itemprop="name">Akira Takahashi</span>
197+
<span itemprop="name">rotarymars</span>
198198
</span>
199199
が更新
200200
</small></p>
@@ -282,7 +282,7 @@ <h2>例</h2>
282282
</code></pre></div>
283283
</div></p>
284284
<h3>出力例</h3>
285-
<p><pre><code>書き込んだデータの長さ: 13
285+
<p><pre><code>書き込んだデータの長さ: 14
286286
</code></pre></p>
287287
<h3>ファイル出力(output.txt)</h3>
288288
<p><pre><code>Hello, World!

reference/ios/ios_base/Init.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,12 @@
201201
<p class="text-right"><small>
202202
最終更新日時:
203203
<time itemprop="datePublished" class="js-local-time"
204-
datetime="2026-09-11T13:06:31+09:00">
205-
2026年09月11日 13時06分31秒 (JST)
204+
datetime="2026-09-16T21:34:46+09:00">
205+
2026年09月16日 21時34分46秒 (JST)
206206
</time>
207207
<br/>
208208
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
209-
<span itemprop="name">Akira Takahashi</span>
209+
<span itemprop="name">rotarymars</span>
210210
</span>
211211
が更新
212212
</small></p>
@@ -285,7 +285,7 @@ <h3>構築・破棄</h3>
285285
</tbody>
286286
</table>
287287
<h2>バージョン</h2>
288-
<h2>言語</h2>
288+
<h3>言語</h3>
289289
<ul>
290290
<li>C++98</li>
291291
</ul>

reference/ios/ios_base/Init/op_constructor.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,12 @@
213213
<p class="text-right"><small>
214214
最終更新日時:
215215
<time itemprop="datePublished" class="js-local-time"
216-
datetime="2026-09-11T13:06:31+09:00">
217-
2026年09月11日 13時06分31秒 (JST)
216+
datetime="2026-09-16T21:34:46+09:00">
217+
2026年09月16日 21時34分46秒 (JST)
218218
</time>
219219
<br/>
220220
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
221-
<span itemprop="name">Akira Takahashi</span>
221+
<span itemprop="name">rotarymars</span>
222222
</span>
223223
が更新
224224
</small></p>
@@ -270,7 +270,7 @@ <h2>効果</h2>
270270
<p><code>Init</code> クラスのオブジェクトを構築する。<br />
271271
<code><a href="../../../iostream/cin.html">cin</a></code><code><a href="../../../iostream/cout.html">cout</a></code><code><a href="../../../iostream/cerr.html">cerr</a></code><code><a href="../../../iostream/clog.html">clog</a></code><code><a href="../../../iostream/wcin.html">wcin</a></code><code><a href="../../../iostream/wcout.html">wcout</a></code><code><a href="../../../iostream/wcerr.html">wcerr</a></code><code><a href="../../../iostream/wclog.html">wclog</a></code> の 8 つのオブジェクトが構築・初期化されていなければ、それらの構築・初期化を行う。</p>
272272
<h2>バージョン</h2>
273-
<h2>言語</h2>
273+
<h3>言語</h3>
274274
<ul>
275275
<li>C++98</li>
276276
</ul>

reference/ios/ios_base/Init/op_destructor.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,12 @@
213213
<p class="text-right"><small>
214214
最終更新日時:
215215
<time itemprop="datePublished" class="js-local-time"
216-
datetime="2026-09-11T13:06:31+09:00">
217-
2026年09月11日 13時06分31秒 (JST)
216+
datetime="2026-09-16T21:34:46+09:00">
217+
2026年09月16日 21時34分46秒 (JST)
218218
</time>
219219
<br/>
220220
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
221-
<span itemprop="name">Akira Takahashi</span>
221+
<span itemprop="name">rotarymars</span>
222222
</span>
223223
が更新
224224
</small></p>
@@ -270,7 +270,7 @@ <h2>効果</h2>
270270
<p><code>Init</code> クラスのオブジェクトを破棄する。<br />
271271
<code>Init</code> クラスのインスタンスが他に無かった場合、<code><a href="../../../iostream/cout.html">cout</a>.<a href="../../../ostream/basic_ostream/flush.html">flush</a>()</code><code><a href="../../../iostream/cerr.html">cerr</a>.<a href="../../../ostream/basic_ostream/flush.html">flush</a>()</code><code><a href="../../../iostream/clog.html">clog</a>.<a href="../../../ostream/basic_ostream/flush.html">flush</a>()</code><code><a href="../../../iostream/wcout.html">wcout</a>.<a href="../../../ostream/basic_ostream/flush.html">flush</a>()</code><code><a href="../../../iostream/wcerr.html">wcerr</a>.<a href="../../../ostream/basic_ostream/flush.html">flush</a>()</code><code><a href="../../../iostream/wclog.html">wclog</a>.<a href="../../../ostream/basic_ostream/flush.html">flush</a>()</code> を呼び出す。</p>
272272
<h2>バージョン</h2>
273-
<h2>言語</h2>
273+
<h3>言語</h3>
274274
<ul>
275275
<li>C++98</li>
276276
</ul>

reference/ios/ios_base/failure.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,12 @@
201201
<p class="text-right"><small>
202202
最終更新日時:
203203
<time itemprop="datePublished" class="js-local-time"
204-
datetime="2026-09-11T13:06:31+09:00">
205-
2026年09月11日 13時06分31秒 (JST)
204+
datetime="2026-09-16T21:34:46+09:00">
205+
2026年09月16日 21時34分46秒 (JST)
206206
</time>
207207
<br/>
208208
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
209-
<span itemprop="name">Akira Takahashi</span>
209+
<span itemprop="name">rotarymars</span>
210210
</span>
211211
が更新
212212
</small></p>
@@ -308,7 +308,7 @@ <h2>備考</h2>
308308
このため、<code>class std::ios_base::failure</code> のような elaborated-type-specifier が使用できるとは限らない。</li>
309309
</ul>
310310
<h2>バージョン</h2>
311-
<h2>言語</h2>
311+
<h3>言語</h3>
312312
<ul>
313313
<li>C++98</li>
314314
</ul>

reference/ios/ios_base/failure/op_constructor.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,12 @@
213213
<p class="text-right"><small>
214214
最終更新日時:
215215
<time itemprop="datePublished" class="js-local-time"
216-
datetime="2026-09-11T13:06:31+09:00">
217-
2026年09月11日 13時06分31秒 (JST)
216+
datetime="2026-09-16T21:34:46+09:00">
217+
2026年09月16日 21時34分46秒 (JST)
218218
</time>
219219
<br/>
220220
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
221-
<span itemprop="name">Akira Takahashi</span>
221+
<span itemprop="name">rotarymars</span>
222222
</span>
223223
が更新
224224
</small></p>
@@ -307,7 +307,7 @@ <h3>出力例</h3>
307307
error message: No such file or directory
308308
</code></pre></p>
309309
<h2>バージョン</h2>
310-
<h2>言語</h2>
310+
<h3>言語</h3>
311311
<ul>
312312
<li>C++98</li>
313313
</ul>

reference/ios/ios_base/failure/what.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,12 @@
213213
<p class="text-right"><small>
214214
最終更新日時:
215215
<time itemprop="datePublished" class="js-local-time"
216-
datetime="2026-09-11T13:06:31+09:00">
217-
2026年09月11日 13時06分31秒 (JST)
216+
datetime="2026-09-16T21:34:46+09:00">
217+
2026年09月16日 21時34分46秒 (JST)
218218
</time>
219219
<br/>
220220
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
221-
<span itemprop="name">Akira Takahashi</span>
221+
<span itemprop="name">rotarymars</span>
222222
</span>
223223
が更新
224224
</small></p>
@@ -285,7 +285,7 @@ <h3>出力</h3>
285285
<p><pre><code>error message
286286
</code></pre></p>
287287
<h2>バージョン</h2>
288-
<h2>言語</h2>
288+
<h3>言語</h3>
289289
<ul>
290290
<li>C++98</li>
291291
</ul>

reference/ios/ios_base/flags.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,12 @@
201201
<p class="text-right"><small>
202202
最終更新日時:
203203
<time itemprop="datePublished" class="js-local-time"
204-
datetime="2026-09-11T13:06:31+09:00">
205-
2026年09月11日 13時06分31秒 (JST)
204+
datetime="2026-09-16T21:34:46+09:00">
205+
2026年09月16日 21時34分46秒 (JST)
206206
</time>
207207
<br/>
208208
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
209-
<span itemprop="name">Akira Takahashi</span>
209+
<span itemprop="name">rotarymars</span>
210210
</span>
211211
が更新
212212
</small></p>
@@ -312,7 +312,7 @@ <h3>出力</h3>
312312
100
313313
</code></pre></p>
314314
<h2>バージョン</h2>
315-
<h2>言語</h2>
315+
<h3>言語</h3>
316316
<ul>
317317
<li>C++98</li>
318318
</ul>

reference/ios/ios_base/getloc.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,12 @@
201201
<p class="text-right"><small>
202202
最終更新日時:
203203
<time itemprop="datePublished" class="js-local-time"
204-
datetime="2026-09-11T13:06:31+09:00">
205-
2026年09月11日 13時06分31秒 (JST)
204+
datetime="2026-09-16T21:34:46+09:00">
205+
2026年09月16日 21時34分46秒 (JST)
206206
</time>
207207
<br/>
208208
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
209-
<span itemprop="name">Akira Takahashi</span>
209+
<span itemprop="name">rotarymars</span>
210210
</span>
211211
が更新
212212
</small></p>
@@ -282,7 +282,7 @@ <h3>出力例</h3>
282282
<p>2 行目の出力は環境依存のため、上記の出力とは異なる可能性がある。<br />
283283
しかし、グローバル C++ ロケールはプログラム実行開始時には "C" ロケールであるため、1 行目の出力は必ず上記のようになるはずである。</p>
284284
<h2>バージョン</h2>
285-
<h2>言語</h2>
285+
<h3>言語</h3>
286286
<ul>
287287
<li>C++98</li>
288288
</ul>

reference/ios/ios_base/imbue.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,12 @@
201201
<p class="text-right"><small>
202202
最終更新日時:
203203
<time itemprop="datePublished" class="js-local-time"
204-
datetime="2026-09-11T13:06:31+09:00">
205-
2026年09月11日 13時06分31秒 (JST)
204+
datetime="2026-09-16T21:34:46+09:00">
205+
2026年09月16日 21時34分46秒 (JST)
206206
</time>
207207
<br/>
208208
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
209-
<span itemprop="name">Akira Takahashi</span>
209+
<span itemprop="name">rotarymars</span>
210210
</span>
211211
が更新
212212
</small></p>
@@ -287,7 +287,7 @@ <h3>出力例</h3>
287287
その場合でも、ロケールの名称を当該環境で適切なものに変更すれば動作するはずである。<br />
288288
また、最初の行(<code>C</code> ロケール)以外の出力はロケール依存のため、たとえこれらのロケールが使用できたとしても上記のようには出力されない可能性もある(が、一般的にはこのように出力される)。</p>
289289
<h2>バージョン</h2>
290-
<h2>言語</h2>
290+
<h3>言語</h3>
291291
<ul>
292292
<li>C++98</li>
293293
</ul>

0 commit comments

Comments
 (0)