@@ -30,16 +30,6 @@ Cの`FILE*`に対する入出力関数を使って実装される。
3030| `wfilebuf` | `wchar_t`型。ワイド文字列として使用する。 | |
3131
3232
33- ### 型
34-
35- | 名前 | 説明 | 対応バージョン |
36- |---------------|----------------------------|----------------|
37- | `char_type` | テンプレート仮引数`CharT` | |
38- | `int_type` | `Traits::int_type` | |
39- | `pos_type` | `Traits::pos_type` | |
40- | `off_type` | `Traits::off_type` | |
41- | `traits_type` | テンプレート仮引数`Traits` | |
42-
4333### 構築・破棄
4434
4535| 名前 | 説明 | 対応バージョン |
@@ -59,6 +49,13 @@ Cの`FILE*`に対する入出力関数を使って実装される。
5949| [`open`](basic_filebuf/open.md) | ファイルを開く | |
6050| [`close`](basic_filebuf/close.md) | ファイルを閉じる | |
6151
52+ ### 環境固有の情報
53+
54+ | 名前 | 説明|対応バージョン |
55+ |-----|-----|-------------|
56+ | [`native_handle()`](basic_filebuf/native_handle.md) | ネイティブハンドルを取得する[処理系定義] | C++26 |
57+
58+
6259### オーバーライドされている関数
6360
6461すべて`protected`で定義されている。
@@ -76,5 +73,17 @@ Cの`FILE*`に対する入出力関数を使って実装される。
7673| `pbackfail` | 1文字を入力列に戻す (protected virtual) | |
7774| `overflow` | (protected virtual) |
7875
76+ ## メンバ型
77+
78+ | 名前 | 説明 | 対応バージョン |
79+ |---------------|----------------------------|----------------|
80+ | `char_type` | テンプレート仮引数`CharT` | |
81+ | `int_type` | `Traits::int_type` | |
82+ | `pos_type` | `Traits::pos_type` | |
83+ | `off_type` | `Traits::off_type` | |
84+ | `traits_type` | テンプレート仮引数`Traits` | |
85+ | `native_handle_type` | ネイティブハンドルの型 [処理系定義] | C++26 |
86+
87+
7988## 参照
8089- [`basic_streambuf`](../streambuf/basic_streambuf.md)
0 commit comments