io:unsetf

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: flags, setf