[ Web Proxy ]
URL:
Viewing:
https://ru.cppreference.com/cpp/io/basic_ios/rdstate
[Back]
[Original]
std::basic_ios::rdstate cppreference.com
cppreference.com
cppreference.com:
std::basic_ios::
rdstate
cppreference.com
<
cpp
|
io
|
basic ios
[]
Google
. .
, .
, .
( .
.)
<metanoindex/>
C++
(C++20)
(C++20)
(C++11)
(C++20)
/
(C++11)
(C++11)
(C++11)
(C++17)
[edit]
/
/
print
(C++23)
/ C
basic_streambuf
basic_filebuf
basic_stringbuf
basic_spanbuf
(C++23)
strstreambuf
( C++98)
basic_syncbuf
(C++20)
ios_base
basic_ios
basic_istream
basic_ostream
basic_iostream
/
basic_ifstream
basic_ofstream
basic_fstream
/
basic_istringstream
basic_ostringstream
basic_stringstream
/
basic_ispanstream
(C++23)
basic_ospanstream
(C++23)
basic_spanstream
(C++23)
istrstream
( C++98)
ostrstream
( C++98)
strstream
( C++98)
basic_osyncstream
(C++20)
streamoff
streamsize
fpos
iostream_category
(C++11)
io_errc
(C++11)
[edit]
std::basic_ios
-
basic_ios::basic_ios
basic_ios::~basic_ios
:
State functions
Google
.
.
.
basic_ios::good
basic_ios::eof
basic_ios::fail
basic_ios::bad
basic_ios::operator!
basic_ios::operator bool
basic_ios::rdstate
basic_ios::setstate
basic_ios::clear
:
Formatting
Google
.
.
.
basic_ios::copyfmt
basic_ios::fill
:
Miscellaneous
Google
.
.
.
basic_ios::exceptions
basic_ios::imbue
basic_ios::rdbuf
basic_ios::tie
basic_ios::narrow
basic_ios::widen
-
:
Protected member functions
Google
.
.
.
basic_ios::init
basic_ios::move
basic_ios::swap
basic_ios::set_rdbuf
[edit]
<tbody> </tbody>
iostate
rdstate
()
const
;
.
:
Returns the current stream error state.
Google
.
.
.
1
2
3
4
.
()
. :
:
current stream error state. It is a bitmask type and can be a combination of the following constants:
Google
.
.
.
goodbit
badbit
failbit
/ ( )
eofbit
:
.
setstate
(public -)
[]
clear
(public -)
[]
:
, source
enclose
Todo with reason
Web Proxy Viewer |
New URL
|
Original Page