unsetf

C/C++ Reference

unsetf
Syntax:
  #include <fstream>
  void unsetf( fmtflags flags );

The function unsetf() uses flags to clear the io stream format flags associated with the current stream.

Related topics: