Name

resetiosflags function — Clears specified flags

Synopsis

                  manip_t 
                  resetiosflags(ios_base::fmtflags mask)

The resetiosflags function clears the flag bits in mask for a stream. In other words, it performs the equivalent of stream .setf(ios_base::fmtflags(0), mask).

See Also

setiosflags function, ios_base in <ios>

Get C++ In a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.