io:flags

C++ Reference

flags

Syntax:

    #include <fstream>
    fmtflags flags();
    fmtflags flags( fmtflags f );

The flags() function either returns the io_stream_format_flags for the current stream, or sets the flags for the current stream to be f.

Related Topics: setf, unsetf