|
2 | 2 | <feed xmlns="http://www.w3.org/2005/Atom">
|
3 | 3 | <title>cpprefjp - C++日本語リファレンス</title>
|
4 | 4 | <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> |
7 | 7 |
|
8 | 8 |
|
| 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"><pre><code>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 | +</code></pre></summary> |
| 29 | + |
| 30 | + <author> |
| 31 | + <name>Akira Takahashi</name> |
| 32 | + |
| 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"><pre><code>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 | +</code></pre></summary> |
| 56 | + |
| 57 | + <author> |
| 58 | + <name>Akira Takahashi</name> |
| 59 | + |
| 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"><pre><code>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 | +</code></pre></summary> |
| 83 | + |
| 84 | + <author> |
| 85 | + <name>Akira Takahashi</name> |
| 86 | + |
| 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"><pre><code>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 | +</code></pre></summary> |
| 110 | + |
| 111 | + <author> |
| 112 | + <name>Akira Takahashi</name> |
| 113 | + |
| 114 | + </author> |
| 115 | + </entry> |
| 116 | + |
9 | 117 | <entry>
|
10 | 118 | <title>basic_filebuf -- 表の表示崩れを修正</title>
|
11 | 119 | <link href="https://cpprefjp.github.io/reference/fstream/basic_filebuf.html"/>
|
@@ -909,61 +1017,6 @@ index 70646ce84..d5901c468 100644
|
909 | 1017 | }
|
910 | 1018 | }
|
911 | 1019 | ```
|
912 |
| -</code></pre></summary> |
913 |
| - |
914 |
| - <author> |
915 |
| - <name>Akira Takahashi</name> |
916 |
| - |
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"><pre><code>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 |
| -</code></pre></summary> |
941 |
| - |
942 |
| - <author> |
943 |
| - <name>Akira Takahashi</name> |
944 |
| - |
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"><pre><code>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 |
| - |
967 | 1020 | </code></pre></summary>
|
968 | 1021 |
|
969 | 1022 | <author>
|
|
0 commit comments