Skip to content

Commit 7f9e716

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 825146e commit 7f9e716

6 files changed

Lines changed: 184 additions & 231 deletions

File tree

reference/iostream/cin.html

Lines changed: 9 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="2026-04-25T00:09:04">
192-
2026年04月25日 00時09分04秒
191+
<span itemprop="datePublished" content="2026-04-26T02:51:27">
192+
2026年04月26日 02時51分27秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">rotarymars</span>
196+
<span itemprop="name">Koichi Murase</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -252,7 +252,12 @@ <h3>言語</h3>
252252
<h2>出典</h2>
253253
<ol>
254254
<li><strong><a href="#cite_ref-1" id="cite-1">^</a></strong> <cite><a href="http://www.stroustrup.com/bs_faq2.html#cout" target="_blank">Stroustrup: C++ Style and Technique FAQ</a></cite>(2018-08-21 17:01 JST 閲覧)</li>
255-
</ol></div>
255+
</ol>
256+
<h2>関連項目</h2>
257+
<ul>
258+
<li><code><a href="wcin.html">wcin</a></code></li>
259+
<li><code><a href="cout.html">cout</a></code></li>
260+
</ul></div>
256261

257262
</div>
258263
</div>

reference/iostream/cout.html

Lines changed: 8 additions & 3 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="2026-04-25T00:09:04">
192-
2026年04月25日 00時09分04秒
191+
<span itemprop="datePublished" content="2026-04-26T02:51:27">
192+
2026年04月26日 02時51分27秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">rotarymars</span>
196+
<span itemprop="name">Koichi Murase</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -239,6 +239,11 @@ <h3>言語</h3>
239239
<ul>
240240
<li>C++98</li>
241241
</ul>
242+
<h2>関連項目</h2>
243+
<ul>
244+
<li><code><a href="wcout.html">wcout</a></code></li>
245+
<li><code><a href="cin.html">cin</a></code></li>
246+
</ul>
242247
<h2>参照</h2>
243248
<ul>
244249
<li><a href="../../article/platform/locales.html">使用できるロケール文字列</a></li>

reference/iostream/wcin.html

Lines changed: 4 additions & 3 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="2026-04-25T00:09:04">
192-
2026年04月25日 00時09分04秒
191+
<span itemprop="datePublished" content="2026-04-26T02:51:27">
192+
2026年04月26日 02時51分27秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">rotarymars</span>
196+
<span itemprop="name">Koichi Murase</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -256,6 +256,7 @@ <h2>出典</h2>
256256
<h2>関連項目</h2>
257257
<ul>
258258
<li><code><a href="cin.html">cin</a></code></li>
259+
<li><code><a href="wcout.html">wcout</a></code></li>
259260
</ul></div>
260261

261262
</div>

reference/iostream/wcout.html

Lines changed: 4 additions & 3 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="2026-04-25T00:09:04">
192-
2026年04月25日 00時09分04秒
191+
<span itemprop="datePublished" content="2026-04-26T02:51:27">
192+
2026年04月26日 02時51分27秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
196-
<span itemprop="name">rotarymars</span>
196+
<span itemprop="name">Koichi Murase</span>
197197
</span>
198198
が更新
199199
</small></p>
@@ -288,6 +288,7 @@ <h2>出典</h2>
288288
<h2>関連項目</h2>
289289
<ul>
290290
<li><code><a href="cout.html">cout</a></code></li>
291+
<li><code><a href="wcin.html">wcin</a></code></li>
291292
</ul>
292293
<h2>参照</h2>
293294
<ul>

0 commit comments

Comments
 (0)