Skip to content

Commit

Permalink
basic_filebufにfstreamヘッダへのリンクを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
grafi-tt committed Jul 2, 2023
1 parent 32255ef commit 3c6b49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/fstream/basic_filebuf.md
Expand Up @@ -22,7 +22,7 @@ Cの`FILE*`に対する入出力関数を使って実装される。
位置操作(`seekoff`と`seekpos`)は、入力・出力双方で共有される。
テンプレートパラメータとして文字型を受け取るようになっており、使用を容易にするため、以下のパラメータ設定済みエイリアスが定義されている。
このエイリアスは`<fstream>`ヘッダと`<iosfwd>`ヘッダで定義されている。
このエイリアスは[`<fstream>`](/reference/fstream.md)ヘッダと`<iosfwd>`ヘッダで定義されている。
| エイリアス | 説明 | 対応バージョン |
|------------|------|----------------|
Expand Down

0 comments on commit 3c6b49c

Please sign in to comment.