Destructor

  virtual ~basic_ios();
  
Remarks

Destroys an object of type basic_ios.

The conditions of the member functions after init() are shown in the following table.

Table 1. Conditions after init()
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