Name

setiosflags function — Sets specified flags

Synopsis

                  manip_t 
                  setiosflags(ios_base::fmtflags mask)

The setiosflags function sets the flag bits in mask for a stream. In other words, it performs the equivalent of stream .setf(mask).