- ios[meta header]
- std[meta namespace]
- basic_ios[meta class]
- function[meta id-type]
iostate rdstate() const;
現在の状態値(iostate
)を取得する。
現在の状態。
- C++98
- 状態値の書き込み
- 状態値の読み取り
rdstate
(この関数)good
eof
fail
bad
operator bool
operator void*
operator!
iostate rdstate() const;
現在の状態値(iostate
)を取得する。
現在の状態。
rdstate
(この関数)good
eof
fail
bad
operator bool
operator void*
operator!