virtual ~basic_ios();
Destroys an object of type basic_ios.
The conditions of the member functions after init() are shown in the following table.
| Member | Postcondition Value |
|---|---|
| rdbuf() | sb |
| tie() | zero |
| rdstate() | goodbit if stream buffer is not a null pointer otherwise badbit. |
| exceptions() | goodbit |
| flags() | skipws | dec |
| width() | zero |
| precision() | six |
| fill() | the space character |
| getloc() | locale::classic() |
| iarray | a null pointer |
| parray | a null pointer |