io:unsetf From C++ Reference previous page next page 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: flags, setf previous page start next page