Skip to content

Commit

Permalink
fix(basic_fstream): closeの説明を書き直し
Browse files Browse the repository at this point in the history
  • Loading branch information
yumetodo committed Dec 14, 2019
1 parent 69d2126 commit 8710370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference/fstream/basic_fstream/close.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ void close();

ファイルを閉じる

## 戻り値
## 効果

[`rdbuf()->close()`](/reference/fstream/basic_filebuf/close.md)
[`rdbuf()->close()`](/reference/fstream/basic_filebuf/close.md)を呼び出す。その戻り値が戻り値がヌルポインタだった場合、[`setstate(failbit)`](/reference/ios/basic_ios/setstate.md)を呼び出す。

##

Expand Down

0 comments on commit 8710370

Please sign in to comment.