ios_base::flags
ios_base::flags
fmtflags flags() const;
fmtflags flags(fmtflags fmtfl);
The first member function returns the stored format flags. The second member function stores fmtfl
in the format flags and returns its previous stored value.