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