Namespaces
Variants

Template:cpp/io/ios base/dsc iostate

From cppreference.com

|- class="t-dsc"

|

| state of the stream type

The following constants are also defined:

Constant Explanation
goodbit no error
badbit irrecoverable stream error
failbit input/output operation failed (formatting or extraction error)
eofbit associated input sequence has reached end-of-file


(typedef)

|-