setiosflags

To set the stream format flags.

Prototypes
  smanip setiosflags(ios_base::fmtflags mask)
  
Remarks

Use the manipulator setiosflags() to set the input and output formatting flags directly in the stream.

A smanip type is returned, which is an implementation defined type.

See Also

ios_base::setf(), ios_base::unsetf()

For example of setiosflags() usage see resetiosflags