setiosflags function — Sets specified flags
manip_t setiosflags(ios_base::fmtflags mask)
manip_t
The setiosflags function sets the flag bits in mask for a stream. In other words, it performs the equivalent of stream .setf(mask).
setiosflags
mask
stream
.setf(mask)
resetiosflags function, ios_base in <ios>
ios_base
<ios>