Skip to content

Commit 8b737e4

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent c558b89 commit 8b737e4

File tree

6 files changed

+186
-81
lines changed

6 files changed

+186
-81
lines changed

reference/fstream/basic_filebuf.html

Lines changed: 18 additions & 5 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-05-28T09:29:15">
192-
2025年05月28日 09時29分15秒
191+
<span itemprop="datePublished" content="2025-05-28T09:37:41">
192+
2025年05月28日 09時37分41秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -312,9 +312,22 @@ <h3>オープンとクローズ</h3>
312312
</tbody>
313313
</table>
314314
<h3>環境固有の情報</h3>
315-
<p>| 名前 | 説明 | 対応バージョン |
316-
|-----|------|--------------|
317-
| <code><a href="basic_filebuf/native_handle.html">native_handle()</a></code> | ネイティブハンドルを取得する[<a class="cpprefjp-defined-word" data-desc="処理系定義の動作。処理系によって事前に定めた動作をする" href="../../implementation-compliance.html#dfn-implementation-defined-behavior">処理系定義</a>] | C++26 |</p>
315+
<table border="1" bordercolor="#888" style="border-collapse:collapse">
316+
<thead>
317+
<tr>
318+
<th>名前</th>
319+
<th>説明</th>
320+
<th>対応バージョン</th>
321+
</tr>
322+
</thead>
323+
<tbody>
324+
<tr>
325+
<td><code><a href="basic_filebuf/native_handle.html">native_handle()</a></code></td>
326+
<td>ネイティブハンドルを取得する[<a class="cpprefjp-defined-word" data-desc="処理系定義の動作。処理系によって事前に定めた動作をする" href="../../implementation-compliance.html#dfn-implementation-defined-behavior">処理系定義</a></td>
327+
<td>C++26</td>
328+
</tr>
329+
</tbody>
330+
</table>
318331
<h3>オーバーライドされている関数</h3>
319332
<p>すべて<code>protected</code>で定義されている。</p>
320333
<table border="1" bordercolor="#888" style="border-collapse:collapse">

reference/fstream/basic_fstream.html

Lines changed: 18 additions & 5 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-05-28T09:29:15">
192-
2025年05月28日 09時29分15秒
191+
<span itemprop="datePublished" content="2025-05-28T09:37:41">
192+
2025年05月28日 09時37分41秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -277,9 +277,22 @@ <h2>メンバ関数</h2>
277277
</tbody>
278278
</table>
279279
<h3>ネイティブハンドルの取得</h3>
280-
<p>| 名前 | 説明 | 対応バージョン |
281-
|-----|------|--------------|
282-
| <code><a href="basic_fstream/native_handle.html">native_handle()</a></code> | ネイティブハンドルを取得する[<a class="cpprefjp-defined-word" data-desc="処理系定義の動作。処理系によって事前に定めた動作をする" href="../../implementation-compliance.html#dfn-implementation-defined-behavior">処理系定義</a>] | C++26 |</p>
280+
<table border="1" bordercolor="#888" style="border-collapse:collapse">
281+
<thead>
282+
<tr>
283+
<th>名前</th>
284+
<th>説明</th>
285+
<th>対応バージョン</th>
286+
</tr>
287+
</thead>
288+
<tbody>
289+
<tr>
290+
<td><code><a href="basic_fstream/native_handle.html">native_handle()</a></code></td>
291+
<td>ネイティブハンドルを取得する[<a class="cpprefjp-defined-word" data-desc="処理系定義の動作。処理系によって事前に定めた動作をする" href="../../implementation-compliance.html#dfn-implementation-defined-behavior">処理系定義</a></td>
292+
<td>C++26</td>
293+
</tr>
294+
</tbody>
295+
</table>
283296
<h2>非メンバ関数</h2>
284297
<table border="1" bordercolor="#888" style="border-collapse:collapse">
285298
<thead>

reference/fstream/basic_ifstream.html

Lines changed: 18 additions & 5 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-05-28T09:29:15">
192-
2025年05月28日 09時29分15秒
191+
<span itemprop="datePublished" content="2025-05-28T09:37:41">
192+
2025年05月28日 09時37分41秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -277,9 +277,22 @@ <h2>メンバ関数</h2>
277277
</tbody>
278278
</table>
279279
<h3>ネイティブハンドルの取得</h3>
280-
<p>| 名前 | 説明 | 対応バージョン |
281-
|-----|------|--------------|
282-
| <code><a href="basic_ifstream/native_handle.html">native_handle()</a></code> | ネイティブハンドルを取得する[<a class="cpprefjp-defined-word" data-desc="処理系定義の動作。処理系によって事前に定めた動作をする" href="../../implementation-compliance.html#dfn-implementation-defined-behavior">処理系定義</a>] | C++26 |</p>
280+
<table border="1" bordercolor="#888" style="border-collapse:collapse">
281+
<thead>
282+
<tr>
283+
<th>名前</th>
284+
<th>説明</th>
285+
<th>対応バージョン</th>
286+
</tr>
287+
</thead>
288+
<tbody>
289+
<tr>
290+
<td><code><a href="basic_ifstream/native_handle.html">native_handle()</a></code></td>
291+
<td>ネイティブハンドルを取得する[<a class="cpprefjp-defined-word" data-desc="処理系定義の動作。処理系によって事前に定めた動作をする" href="../../implementation-compliance.html#dfn-implementation-defined-behavior">処理系定義</a></td>
292+
<td>C++26</td>
293+
</tr>
294+
</tbody>
295+
</table>
283296
<h2>非メンバ関数</h2>
284297
<table border="1" bordercolor="#888" style="border-collapse:collapse">
285298
<thead>

reference/fstream/basic_ofstream.html

Lines changed: 18 additions & 5 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-05-28T09:29:15">
192-
2025年05月28日 09時29分15秒
191+
<span itemprop="datePublished" content="2025-05-28T09:37:41">
192+
2025年05月28日 09時37分41秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -277,9 +277,22 @@ <h2>メンバ関数</h2>
277277
</tbody>
278278
</table>
279279
<h3>ネイティブハンドルの取得</h3>
280-
<p>| 名前 | 説明 | 対応バージョン |
281-
|-----|------|--------------|
282-
| <code><a href="basic_ofstream/native_handle.html">native_handle()</a></code> | ネイティブハンドルを取得する[<a class="cpprefjp-defined-word" data-desc="処理系定義の動作。処理系によって事前に定めた動作をする" href="../../implementation-compliance.html#dfn-implementation-defined-behavior">処理系定義</a>] | C++26 |</p>
280+
<table border="1" bordercolor="#888" style="border-collapse:collapse">
281+
<thead>
282+
<tr>
283+
<th>名前</th>
284+
<th>説明</th>
285+
<th>対応バージョン</th>
286+
</tr>
287+
</thead>
288+
<tbody>
289+
<tr>
290+
<td><code><a href="basic_ofstream/native_handle.html">native_handle()</a></code></td>
291+
<td>ネイティブハンドルを取得する[<a class="cpprefjp-defined-word" data-desc="処理系定義の動作。処理系によって事前に定めた動作をする" href="../../implementation-compliance.html#dfn-implementation-defined-behavior">処理系定義</a></td>
292+
<td>C++26</td>
293+
</tr>
294+
</tbody>
295+
</table>
283296
<h2>非メンバ関数</h2>
284297
<table border="1" bordercolor="#888" style="border-collapse:collapse">
285298
<thead>

rss.xml

Lines changed: 110 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,118 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title>cpprefjp - C++日本語リファレンス</title>
44
<link href="https://cpprefjp.github.io" />
5-
<updated>2025-05-28T09:32:47.915574</updated>
6-
<id>c54fe045-d901-483a-a3bd-eda85b09b679</id>
5+
<updated>2025-05-28T09:41:22.378385</updated>
6+
<id>9b16cf09-e984-4194-9e8c-be6dcf042d6a</id>
77

88

9+
<entry>
10+
<title>basic_filebuf -- 表の表示崩れを修正</title>
11+
<link href="https://cpprefjp.github.io/reference/fstream/basic_filebuf.html"/>
12+
<id>cdd25735c10e6810c7339cde27161be345589451:reference/fstream/basic_filebuf.md</id>
13+
<updated>2025-05-28T18:37:41+09:00</updated>
14+
15+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/fstream/basic_filebuf.md b/reference/fstream/basic_filebuf.md
16+
index 5f8acb66e..279610ecc 100644
17+
--- a/reference/fstream/basic_filebuf.md
18+
+++ b/reference/fstream/basic_filebuf.md
19+
@@ -51,7 +51,7 @@ Cの`FILE*`に対する入出力関数を使って実装される。
20+
21+
### 環境固有の情報
22+
23+
-| 名前 | 説明 | 対応バージョン |
24+
+| 名前 | 説明 | 対応バージョン |
25+
|-----|------|--------------|
26+
| [`native_handle()`](basic_filebuf/native_handle.md) | ネイティブハンドルを取得する[処理系定義] | C++26 |
27+
28+
&lt;/code&gt;&lt;/pre&gt;</summary>
29+
30+
<author>
31+
<name>Akira Takahashi</name>
32+
<email>[email protected]</email>
33+
</author>
34+
</entry>
35+
36+
<entry>
37+
<title>basic_fstream -- 表の表示崩れを修正</title>
38+
<link href="https://cpprefjp.github.io/reference/fstream/basic_fstream.html"/>
39+
<id>cdd25735c10e6810c7339cde27161be345589451:reference/fstream/basic_fstream.md</id>
40+
<updated>2025-05-28T18:37:41+09:00</updated>
41+
42+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/fstream/basic_fstream.md b/reference/fstream/basic_fstream.md
43+
index 6db7c5139..6213e0674 100644
44+
--- a/reference/fstream/basic_fstream.md
45+
+++ b/reference/fstream/basic_fstream.md
46+
@@ -34,7 +34,7 @@ namespace std {
47+
48+
### ネイティブハンドルの取得
49+
50+
-| 名前 | 説明 | 対応バージョン |
51+
+| 名前 | 説明 | 対応バージョン |
52+
|-----|------|--------------|
53+
| [`native_handle()`](basic_fstream/native_handle.md) | ネイティブハンドルを取得する[処理系定義] | C++26 |
54+
55+
&lt;/code&gt;&lt;/pre&gt;</summary>
56+
57+
<author>
58+
<name>Akira Takahashi</name>
59+
<email>[email protected]</email>
60+
</author>
61+
</entry>
62+
63+
<entry>
64+
<title>basic_ifstream -- 表の表示崩れを修正</title>
65+
<link href="https://cpprefjp.github.io/reference/fstream/basic_ifstream.html"/>
66+
<id>cdd25735c10e6810c7339cde27161be345589451:reference/fstream/basic_ifstream.md</id>
67+
<updated>2025-05-28T18:37:41+09:00</updated>
68+
69+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/fstream/basic_ifstream.md b/reference/fstream/basic_ifstream.md
70+
index fd40a5789..5e3293089 100644
71+
--- a/reference/fstream/basic_ifstream.md
72+
+++ b/reference/fstream/basic_ifstream.md
73+
@@ -35,7 +35,7 @@ namespace std {
74+
75+
### ネイティブハンドルの取得
76+
77+
-| 名前 | 説明 | 対応バージョン |
78+
+| 名前 | 説明 | 対応バージョン |
79+
|-----|------|--------------|
80+
| [`native_handle()`](basic_ifstream/native_handle.md) | ネイティブハンドルを取得する[処理系定義] | C++26 |
81+
82+
&lt;/code&gt;&lt;/pre&gt;</summary>
83+
84+
<author>
85+
<name>Akira Takahashi</name>
86+
<email>[email protected]</email>
87+
</author>
88+
</entry>
89+
90+
<entry>
91+
<title>basic_ofstream -- 表の表示崩れを修正</title>
92+
<link href="https://cpprefjp.github.io/reference/fstream/basic_ofstream.html"/>
93+
<id>cdd25735c10e6810c7339cde27161be345589451:reference/fstream/basic_ofstream.md</id>
94+
<updated>2025-05-28T18:37:41+09:00</updated>
95+
96+
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/fstream/basic_ofstream.md b/reference/fstream/basic_ofstream.md
97+
index f370f905a..654cec44f 100644
98+
--- a/reference/fstream/basic_ofstream.md
99+
+++ b/reference/fstream/basic_ofstream.md
100+
@@ -35,7 +35,7 @@ namespace std {
101+
102+
### ネイティブハンドルの取得
103+
104+
-| 名前 | 説明 | 対応バージョン |
105+
+| 名前 | 説明 | 対応バージョン |
106+
|-----|------|--------------|
107+
| [`native_handle()`](basic_ofstream/native_handle.md) | ネイティブハンドルを取得する[処理系定義] | C++26 |
108+
109+
&lt;/code&gt;&lt;/pre&gt;</summary>
110+
111+
<author>
112+
<name>Akira Takahashi</name>
113+
<email>[email protected]</email>
114+
</author>
115+
</entry>
116+
9117
<entry>
10118
<title>basic_filebuf -- 表の表示崩れを修正</title>
11119
<link href="https://cpprefjp.github.io/reference/fstream/basic_filebuf.html"/>
@@ -909,61 +1017,6 @@ index 70646ce84..d5901c468 100644
9091017
}
9101018
}
9111019
```
912-
&lt;/code&gt;&lt;/pre&gt;</summary>
913-
914-
<author>
915-
<name>Akira Takahashi</name>
916-
<email>[email protected]</email>
917-
</author>
918-
</entry>
919-
920-
<entry>
921-
<title>basic_ifstream -- リンクミスを修正</title>
922-
<link href="https://cpprefjp.github.io/reference/fstream/basic_ifstream.html"/>
923-
<id>fa3dcb5f9735b4013050ad5b0855e665144f7ef0:reference/fstream/basic_ifstream.md</id>
924-
<updated>2025-05-28T17:30:52+09:00</updated>
925-
926-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/fstream/basic_ifstream.md b/reference/fstream/basic_ifstream.md
927-
index c15e79c2c..e012d09da 100644
928-
--- a/reference/fstream/basic_ifstream.md
929-
+++ b/reference/fstream/basic_ifstream.md
930-
@@ -75,7 +75,7 @@ int main() {
931-
}
932-
```
933-
* std::ifstream[color ff0000]
934-
-* ifs.is_open[link ifstream/is_open.md]
935-
-* ifs.close[link ifstream/close.md]
936-
+* ifs.is_open[link basic_ifstream/is_open.md]
937-
+* ifs.close[link basic_ifstream/close.md]
938-
* std::getline[link /reference/string/basic_string/getline.md]
939-
940-
&lt;/code&gt;&lt;/pre&gt;</summary>
941-
942-
<author>
943-
<name>Akira Takahashi</name>
944-
<email>[email protected]</email>
945-
</author>
946-
</entry>
947-
948-
<entry>
949-
<title>basic_ofstream -- リンクミスを修正</title>
950-
<link href="https://cpprefjp.github.io/reference/fstream/basic_ofstream.html"/>
951-
<id>fa3dcb5f9735b4013050ad5b0855e665144f7ef0:reference/fstream/basic_ofstream.md</id>
952-
<updated>2025-05-28T17:30:52+09:00</updated>
953-
954-
<summary type="html">&lt;pre&gt;&lt;code&gt;diff --git a/reference/fstream/basic_ofstream.md b/reference/fstream/basic_ofstream.md
955-
index 34e226e4f..ddccc8f3c 100644
956-
--- a/reference/fstream/basic_ofstream.md
957-
+++ b/reference/fstream/basic_ofstream.md
958-
@@ -72,6 +72,6 @@ int main() {
959-
}
960-
```
961-
* std::ofstream[color ff0000]
962-
-* ofs.is_open[link ofstream/is_open.md]
963-
-* ofs.close[link ofstream/close.md]
964-
+* ofs.is_open[link basic_ofstream/is_open.md]
965-
+* ofs.close[link basic_ofstream/close.md]
966-
9671020
&lt;/code&gt;&lt;/pre&gt;</summary>
9681021

9691022
<author>

sitemap.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12512,28 +12512,28 @@
1251212512

1251312513
<url>
1251412514
<loc>https://cpprefjp.github.io/reference/fstream/basic_filebuf.html</loc>
12515-
<lastmod>2025-05-28T18:29:15+09:00</lastmod>
12515+
<lastmod>2025-05-28T18:37:41+09:00</lastmod>
1251612516
<changefreq>daily</changefreq>
1251712517
<priority>0.7</priority>
1251812518
</url>
1251912519

1252012520
<url>
1252112521
<loc>https://cpprefjp.github.io/reference/fstream/basic_fstream.html</loc>
12522-
<lastmod>2025-05-28T18:29:15+09:00</lastmod>
12522+
<lastmod>2025-05-28T18:37:41+09:00</lastmod>
1252312523
<changefreq>daily</changefreq>
1252412524
<priority>0.7</priority>
1252512525
</url>
1252612526

1252712527
<url>
1252812528
<loc>https://cpprefjp.github.io/reference/fstream/basic_ifstream.html</loc>
12529-
<lastmod>2025-05-28T18:29:15+09:00</lastmod>
12529+
<lastmod>2025-05-28T18:37:41+09:00</lastmod>
1253012530
<changefreq>daily</changefreq>
1253112531
<priority>0.7</priority>
1253212532
</url>
1253312533

1253412534
<url>
1253512535
<loc>https://cpprefjp.github.io/reference/fstream/basic_ofstream.html</loc>
12536-
<lastmod>2025-05-28T18:29:15+09:00</lastmod>
12536+
<lastmod>2025-05-28T18:37:41+09:00</lastmod>
1253712537
<changefreq>daily</changefreq>
1253812538
<priority>0.7</priority>
1253912539
</url>

0 commit comments

Comments
 (0)